From e050d311928e610162e038409732ef7caf262599 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 25 Feb 2023 12:12:23 -0500 Subject: [PATCH] reboot in 500ms --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 59042f20..1236bb0f 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -4990,7 +4990,7 @@ void get_input() { Serial.println("Rebooting..."); Serial.flush(); - watchdog_reboot (0, SRAM_END, 10); // restart Pico + watchdog_reboot (0, SRAM_END, 500); //10); // restart Pico sleep(20.0); /*