change fudge factor to 110% bc i'm stupid

This commit is contained in:
sigil-03 2025-11-15 16:10:35 -07:00
parent 1d2e4a5482
commit 4c80907c0f

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 * 10 / 100,
shutdown_timer_s: 4 * 60 * 60 * 110 / 100,
// led2_timer_ms: 100,
};