diff --git a/config/illume/module.battery.src b/config/illume/module.battery.src index bce57c77f..e96f88d49 100644 --- a/config/illume/module.battery.src +++ b/config/illume/module.battery.src @@ -1,7 +1,7 @@ group "Battery_Config" struct { value "poll_interval" int: 512; - value "alert" int: 30; - value "alert_p" int: 10; + value "alert" int: 5; + value "alert_p" int: 5; value "alert_timeout" int: 0; value "force_mode" int: 0; }