diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 7f330827..f0527109 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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);