@ -3792,6 +3792,8 @@ void prompt_for_input() {
if (strlen(serial_string) > 0) {
strcpy(callsign, serial_string);
if (mode == APRS)
set_callsign(callsign);
Serial.println("Callsign updated!");
} else
Serial.println("Callsign not updated!");
Powered by TurnKey Linux.