Skip to content

Commit

Permalink
bme comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman authored May 12, 2024
1 parent 1286041 commit e640240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ namespace Utils {
beaconPacket += sensorData;
secondaryBeaconPacket += sensorData;
} else if (Config.bme.active && !bmeSensorFound) {
beaconPacket += ".../...g...t...r...p...P...h..b.....BME MODULE NOT FOUND! ";
secondaryBeaconPacket += ".../...g...t...r...p...P...h..b.....BME MODULE NOT FOUND! ";
beaconPacket += ".../...g...t...r...p...P...h..b.....";
secondaryBeaconPacket += ".../...g...t...r...p...P...h..b.....";
}
beaconPacket += Config.beacon.comment;
secondaryBeaconPacket += Config.beacon.comment;
Expand Down

0 comments on commit e640240

Please sign in to comment.