mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-10 10:52:46 +02:00
update for NOCALL-10
This commit is contained in:
+2
-2
@@ -54,8 +54,8 @@ namespace GPS_Utils {
|
||||
}
|
||||
|
||||
void generateBeacons() {
|
||||
if (!Utils::checkValidCallsign(Config.callsign)) {
|
||||
show_display("- ERROR -", "CALLSIGN = NOT VALID!", " Use SSID 0-15", " Or Valid Callsign", 0);
|
||||
if (Config.callsign.indexOf("NOCALL-10") != 0 && !Utils::checkValidCallsign(Config.callsign)) {
|
||||
show_display("***** ERROR ******", "CALLSIGN = NOT VALID!", " Use SSID 0-15", " Or Valid Callsign", 0);
|
||||
while (true) {}
|
||||
}
|
||||
String beaconPacket = Config.callsign;
|
||||
|
||||
Reference in New Issue
Block a user