mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-29 14:31:54 +02:00
update to display h and cpp
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user