mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-03 16:31:12 +02:00
tactical callsign displayShow
This commit is contained in:
+5
-1
@@ -120,7 +120,11 @@ namespace Utils {
|
||||
#ifdef INTERNAL_LED_PIN
|
||||
digitalWrite(INTERNAL_LED_PIN,LOW);
|
||||
#endif
|
||||
firstLine = Config.callsign;
|
||||
if (Config.tacticalCallsign != "") {
|
||||
firstLine = Config.tacticalCallsign;
|
||||
} else {
|
||||
firstLine = Config.callsign;
|
||||
}
|
||||
seventhLine = " listening...";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user