mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-04 04:12:16 +02:00
duplicated comment fix
This commit is contained in:
@@ -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