Skip to content

Commit

Permalink
Increase battery task stack
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Dec 9, 2024
1 parent ce01a69 commit c8df958
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 c8df958

Please sign in to comment.