From 1b63bb8469121e4846be56a400d3c89d4df024c7 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 7 Aug 2022 09:08:44 -0400 Subject: [PATCH] typo --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 4594a48b..7e75ed8e 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3476,7 +3476,7 @@ void transmit_string(char *string) { if (string[j] != ' ') transmit_char(string[j++]); else { - Serial.println("space between words); + Serial.println("space between words"); sleep((6.0 * (float)morse_timing)/1000.0); j++; }