Skip to content

Commit 1f349f2

Browse files
committed
minor battery low update
1 parent 16b1a9d commit 1f349f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/battery_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ namespace BATTERY_Utils {
104104
}
105105
#else
106106
batteryVoltage = String(readBatteryVoltage(), 2);
107-
if (batteryVoltage.toFloat() > 1.0) batteryConnected = true;
107+
if (batteryVoltage.toFloat() > 1.5) batteryConnected = true;
108108
#endif
109109
}
110110

0 commit comments

Comments
 (0)