aprsthursday update

This commit is contained in:
richonguzman 2023-12-27 16:47:27 -03:00
parent aa9de6626c
commit 21bb26f750
2 changed files with 6 additions and 1 deletions

View File

@ -206,6 +206,11 @@ namespace KEYBOARD_Utils {
menuDisplay = 12;
} else if (menuDisplay == 130) {
menuDisplay = 1300;
} else if (menuDisplay == 1300) {
if (!keyDetected) {
show_display(" APRS Thu.", "Sending:", "Happy #APRSThursday", "from LoRa Tracker 73!", 2000);
MSG_Utils::sendMessage("ANSRVR","CQ HOTG Happy #APRSThursday from LoRa Tracker 73!");
}
} else if (menuDisplay == 131) {
show_display(" APRS Thu.", "", " Unsubscribe", " from APRS Thursday", 2000);
MSG_Utils::sendMessage("ANSRVR","U HOTG");

View File

@ -151,7 +151,7 @@ namespace MENU_Utils {
show_display("WRITE_MSG>", "--- MSG TO LONG! ---", " -> " + messageText, "", "", "<Back (" + String(messageText.length()) + ")");
}
} else {
show_display("WRITE_MSG>", " - APRSThursday -", "No Keyboard Detected", "Can't write Message", "", "1P = Back");
show_display("WRITE_MSG>", " - APRSThursday -", "No Keyboard Detected", " Long Push --> send:", " '#APRSThursday 73'", "1P = Back");
}
break;