From 5fb8a3efd8f7233e732a633d24a0efaa20cabcc5 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 3 Sep 2022 07:46:21 -0400 Subject: [PATCH] minor edits --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 1f10c340..fb97d1ea 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -198,7 +198,7 @@ void loop() { if (mode == AFSK) { send_aprs_packet(); } else if (mode == CW) { - Serial.printf("HI HI DE %s ", callsign); + Serial.printf("DE %s \n", callsign); send_cw(); } } @@ -4014,7 +4014,7 @@ void prompt_for_input() { Serial.println("o Read diode temperature"); Serial.println("d Change debug mode\n"); - Serial.printf("\nConfig file /sim.cfg contains %s %d %f %f %s\n", callsign, reset_count, lat_file, long_file, sim_yes); + Serial.printf("Config file /sim.cfg contains %s %d %f %f %s\n\n", callsign, reset_count, lat_file, long_file, sim_yes); break;