fixed charging heuristic threshold
This commit is contained in:
@@ -50,5 +50,5 @@ uint8_t Adc_GetBatteryLevel() {
|
||||
}
|
||||
|
||||
bool Adc_IsCharging() {
|
||||
return Adc_GetBatteryVoltage() > 4.08f;
|
||||
return Adc_GetBatteryVoltage() > 4.10f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user