mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:34 +00:00
Correct if block.
This commit is contained in:
parent
2758b2c4be
commit
c4496274e7
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ bool BeaconTask::loop(System &system) {
|
|||
}
|
||||
|
||||
// check for beacon
|
||||
if (_beacon_timer.check()) {
|
||||
if (setBeacon(system)) {
|
||||
_beacon_timer.start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue