diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index e8fd747e..3754f224 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -546,7 +546,7 @@ void transmit_on() { clockgen.enableOutputs(true); Serial.println("Enable clock outputs!"); } else { - Serial.println("Enable clock outputs!"); + Serial.println("Enable clock outputs"); } } else if (mode == CW) { @@ -582,7 +582,7 @@ void transmit_off() { clockgen.enableOutputs(false); Serial.println("Disable clock outputs!"); } else { - Serial.println("Disable clock outputs!"); + Serial.println("Disable clock outputs"); } }