changed to watchdog

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

@ -339,7 +339,7 @@ void loop() {
config_done = true;
}
*/
machine.reset(); // restart Pico
watchdog_reboot (0, SRAM_END, 10); // restart Pico
if (new_mode != CW)
transmit_callsign(callsign);

Loading…
Cancel
Save

Powered by TurnKey Linux.