Skip to content

Commit

Permalink
Make trunk happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
mverch67 authored and caveman99 committed Apr 22, 2023
1 parent 5dfb517 commit 6e26f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Power.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ void Power::readPowerStatus()

#endif

// If we have a battery at all and it is less than 10% full, force deep sleep if we have more than 10 low readings in a row
// If we have a battery at all and it is less than 10% full, force deep sleep if we have more than 10 low readings in a
// row
if (powerStatus2.getHasBattery() && !powerStatus2.getHasUSB()) {
if (batteryLevel->getBattVoltage() < MIN_BAT_MILLIVOLTS) {
low_voltage_counter++;
Expand Down

0 comments on commit 6e26f95

Please sign in to comment.