mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-01 19:12:14 +02:00
update display toggle
This commit is contained in:
@@ -98,8 +98,9 @@ namespace Utils {
|
||||
}
|
||||
|
||||
if (beaconUpdate) {
|
||||
display_toggle(true);
|
||||
|
||||
if (!Config.display.alwaysOn && Config.display.timeout != 0) {
|
||||
display_toggle(true);
|
||||
}
|
||||
Utils::println("-- Sending Beacon to APRSIS --");
|
||||
|
||||
STATION_Utils::deleteNotHeard();
|
||||
|
||||
Reference in New Issue
Block a user