add 4 hour shutdown timer
This commit is contained in:
parent
17d6f156db
commit
1c2823eb1b
2 changed files with 28 additions and 10 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue