Rollback status...

This commit is contained in:
Armel FAUVEAU
2024-12-15 19:43:25 +01:00
parent 5634f2ca4f
commit 3c8f6c847d

View File

@@ -255,7 +255,7 @@ void UI_DisplayStatus()
break;
case 2: // percentage
gBatteryVoltageAverage = 999;
//gBatteryVoltageAverage = 999;
sprintf(str, "%02u%%", BATTERY_VoltsToPercent(gBatteryVoltageAverage));
break;
}