changed call to callsign

pull/177/head
alanbjohnston 3 years ago committed by GitHub
parent b242ab6980
commit 3e25f6e9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3724,7 +3724,7 @@ void prompt_for_input() {
Serial.println("Enter callsign in all capitals: ");
get_serial_string();
strcpy(serial_input, call);
strcpy(serial_input, callsign);
Serial.println("Callsign updated!");
/*
echo

Loading…
Cancel
Save

Powered by TurnKey Linux.