print serial_string

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.