add 4 hour shutdown timer

This commit is contained in:
sigil-03 2025-11-14 13:14:02 -07:00
parent 17d6f156db
commit 1c2823eb1b
2 changed files with 28 additions and 10 deletions

View file

@ -297,6 +297,7 @@ fn app_main(mut p: hal::Peripherals) -> ! {
usb_adc_timer_ms: 10000,
led0_timer_ms: 100,
led1_timer_ms: 100,
shutdown_timer_ms: 4 * 60 * 60 * 1000,
// led2_timer_ms: 100,
};