update shutdown timer addtl time to 10% from 30%

This commit is contained in:
sigil-03 2025-11-15 16:09:06 -07:00
parent d053f8d080
commit 1d2e4a5482

View file

@ -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,
};