print current callsign correctly

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

@ -3724,9 +3724,9 @@ void prompt_for_input() {
Serial.println("Editing the CALLSIGN in the onfiguration file for CubeSatSim");
Serial.println("Return keeps current value.");
Serial.print("\nCurrent callsign is ");
Serial.println(call);
Serial.println(callsign);
Serial.println("Enter callsign in all capitals: ");
Serial.print("Enter callsign in all capitals: ");
get_serial_string();
print_string(serial_string);

Loading…
Cancel
Save

Powered by TurnKey Linux.