mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 22:47:01 +00:00
kill white spaces
This commit is contained in:
parent
9baf066386
commit
194ae94a43
22 changed files with 34 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue