mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-20 01:54:56 +02:00
duplicated comment fix
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user