From 3358c3308efbc707a203a4cd6b3b4f9b2862383d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 29 Nov 2022 09:12:29 -0500 Subject: [PATCH] changed to watchdog --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index f0527109..2a68c109 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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);