only print + if not SSTV, only do serial on interrupt for SSTV and CW modes

pull/263/head
alanbjohnston 3 years ago committed by GitHub
parent 37db51b524
commit 5b747ae1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.