mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:11 +00:00
duplicated comment fix
This commit is contained in:
parent
81295bc3e2
commit
8e505df768
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue