diff --git a/main/devices/Device.hpp b/main/devices/Device.hpp index a0c60bfb..16f40bb5 100644 --- a/main/devices/Device.hpp +++ b/main/devices/Device.hpp @@ -280,7 +280,7 @@ class ConfiguredKernel { enterLowPowerDeepSleep(); } - Task::loop("battery", 1536, [this](Task& task) { + Task::loop("battery", 2048, [this](Task& task) { checkBatteryVoltage(task); }); }