update display toggle

This commit is contained in:
richonguzman
2024-04-29 09:19:25 -04:00
parent e182dd163e
commit 708742f43d
2 changed files with 8 additions and 7 deletions

View File

@@ -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();