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