winlinkCommentState improvment
This commit is contained in:
parent
2ba750d8e3
commit
91a1633cfe
|
|
@ -322,6 +322,7 @@ namespace KEYBOARD_Utils {
|
||||||
displayTime = millis();
|
displayTime = millis();
|
||||||
statusState = true;
|
statusState = true;
|
||||||
statusTime = millis();
|
statusTime = millis();
|
||||||
|
winlinkCommentState = false;
|
||||||
show_display("__ INFO __", "", " CHANGING CALLSIGN!", "", "-----> " + Config.beacons[myBeaconsIndex].callsign, 2000);
|
show_display("__ INFO __", "", " CHANGING CALLSIGN!", "", "-----> " + Config.beacons[myBeaconsIndex].callsign, 2000);
|
||||||
STATION_Utils::saveIndex(0, myBeaconsIndex);
|
STATION_Utils::saveIndex(0, myBeaconsIndex);
|
||||||
if (menuDisplay == 200) {
|
if (menuDisplay == 200) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue