restart after mode change

pico-v0.33-debug
alanbjohnston 3 years ago committed by GitHub
parent 0a3a6852c0
commit 26f4e16e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -338,7 +338,9 @@ void loop() {
config_telem(); // run this before cw only for BPSK mode
config_done = true;
}
*/
*/
machine.reset(); // restart Pico
if (new_mode != CW)
transmit_callsign(callsign);
sleep(0.5);

Loading…
Cancel
Save

Powered by TurnKey Linux.