mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Correct if block.
This commit is contained in:
parent
2758b2c4be
commit
c4496274e7
|
|
@ -44,6 +44,7 @@ bool BeaconTask::loop(System &system) {
|
|||
}
|
||||
|
||||
// check for beacon
|
||||
if (_beacon_timer.check()) {
|
||||
if (setBeacon(system)) {
|
||||
_beacon_timer.start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue