update to display h and cpp

This commit is contained in:
richonguzman
2024-08-14 12:32:34 -04:00
parent 22203a7c24
commit 39276b0d32
12 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ namespace GPS_Utils {
void generateBeacons() {
if (Config.callsign.indexOf("NOCALL-10") != 0 && !Utils::checkValidCallsign(Config.callsign)) {
show_display("***** ERROR ******", "CALLSIGN = NOT VALID!", "", "Only Rx Mode Active", 3000);
displayShow("***** ERROR ******", "CALLSIGN = NOT VALID!", "", "Only Rx Mode Active", 3000);
Config.loramodule.txActive = false;
Config.aprs_is.messagesToRF = false;
Config.aprs_is.objectsToRF = false;