reboot in 500ms

pull/263/head
alanbjohnston 3 years ago committed by GitHub
parent c42a7b2598
commit e050d31192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
/*

Loading…
Cancel
Save

Powered by TurnKey Linux.