Modified battery icon levels

This commit is contained in:
Krzysiek Egzmont
2023-11-02 02:44:05 +01:00
parent c057f8a097
commit 9777b5df8b
3 changed files with 6 additions and 6 deletions

View File

@@ -983,7 +983,7 @@ void RADIO_PrepareTX(void)
if (gBatteryDisplayLevel == 0)
State = VFO_STATE_BAT_LOW; // charge your battery !
else
if (gBatteryDisplayLevel >= 6)
if (gBatteryDisplayLevel > 6)
State = VFO_STATE_VOLTAGE_HIGH; // over voltage .. this is being a pain
}
else