Skip to content

Commit

Permalink
Merge pull request #269 from kivancsikert/fix-battery-stack
Browse files Browse the repository at this point in the history
Increase battery task stack
  • Loading branch information
lptr authored Dec 9, 2024
2 parents ce01a69 + c8df958 commit f16ee4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/devices/Device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class ConfiguredKernel {
enterLowPowerDeepSleep();
}

Task::loop("battery", 1536, [this](Task& task) {
Task::loop("battery", 2048, [this](Task& task) {
checkBatteryVoltage(task);
});
}
Expand Down

0 comments on commit f16ee4f

Please sign in to comment.