diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index c9fcfc96..ccc3998e 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -4961,9 +4961,9 @@ void start_clockgen() { } void get_input() { - Serial.print("+"); - - // if (((skip++)%2) == 0) + if (mode != SSTV) + Serial.print("+"); + if ((mode == CW) || (mode == SSTV)) serial_input(); // check for button press