Update payload_pico.ino

pull/277/head
Alan Johnston 2 years ago committed by GitHub
parent ed7f9f009b
commit a7442c1edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1458,13 +1458,7 @@ void serial_input() {
Serial.println("Not a command\n"); Serial.println("Not a command\n");
break; break;
} }
if ((mode == SSTV) && prompt) // stop SSTV if need to prompt for input
sstv_end();
if (new_mode != mode)
transmit_off();
// sleep(2.0);
} }
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.