mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-13 17:03:59 +01:00
duplicated comment fix
This commit is contained in:
parent
81295bc3e2
commit
8e505df768
|
|
@ -108,8 +108,8 @@ namespace Utils {
|
|||
|
||||
if (Config.bme.active) {
|
||||
String sensorData = BME_Utils::readDataSensor();
|
||||
beaconPacket += sensorData + Config.beacon.comment;
|
||||
secondaryBeaconPacket += sensorData + Config.beacon.comment;
|
||||
beaconPacket += sensorData;
|
||||
secondaryBeaconPacket += sensorData;
|
||||
}
|
||||
beaconPacket += Config.beacon.comment;
|
||||
secondaryBeaconPacket += Config.beacon.comment;
|
||||
|
|
|
|||
Loading…
Reference in a new issue