update shutdown timer addtl time to 10% from 30%
This commit is contained in:
parent
d053f8d080
commit
1d2e4a5482
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ fn app_main(mut p: hal::Peripherals, app_settings: Settings) -> Settings {
|
|||
led1_timer_ms: 100,
|
||||
// 4 hours:
|
||||
// shutdown_timer_s: 1,
|
||||
shutdown_timer_s: 4 * 60 * 60 * 30 / 100,
|
||||
shutdown_timer_s: 4 * 60 * 60 * 10 / 100,
|
||||
// led2_timer_ms: 100,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue