mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-02-18 05:34:53 +01:00
Wrong syntax.
This commit is contained in:
parent
bef3062c65
commit
2758b2c4be
|
|
@ -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…
Reference in a new issue