kill white spaces

This commit is contained in:
richonguzman 2025-05-18 08:44:46 -04:00
parent 9baf066386
commit 194ae94a43
22 changed files with 34 additions and 35 deletions

View file

@ -189,7 +189,7 @@ namespace Utils {
void checkBeaconInterval() {
uint32_t lastTx = millis() - lastBeaconTx;
if (lastBeaconTx == 0 || lastTx >= Config.beacon.interval * 60 * 1000) {
beaconUpdate = true;
beaconUpdate = true;
}
#ifdef HAS_GPS