From 6e26f95df9f438b8818f8769811ce6c2854b9fc1 Mon Sep 17 00:00:00 2001 From: Manuel Verch Date: Sat, 22 Apr 2023 01:15:09 +0200 Subject: [PATCH] Make trunk happy again --- src/Power.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Power.cpp b/src/Power.cpp index 358fc4683..b129fbcd0 100644 --- a/src/Power.cpp +++ b/src/Power.cpp @@ -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++;