Change the overvoltage level back to 8.9V

This commit is contained in:
Krzysiek Egzmont
2023-11-02 21:34:10 +01:00
parent 9777b5df8b
commit 16e79bee7d

View File

@@ -103,7 +103,7 @@ void BATTERY_GetReadings(const bool bDisplayBatteryLevel)
gBatteryVoltageAverage = (Voltage * 760) / gBatteryCalibration[3];
if(gBatteryVoltageAverage > 840)
if(gBatteryVoltageAverage > 890)
gBatteryDisplayLevel = 7; // battery overvoltage
else if(gBatteryVoltageAverage < 630)
gBatteryDisplayLevel = 0; // battery critical