Merge pull request #180 from ohmytime/Bugfix
This commit is contained in:
@@ -5085,6 +5085,7 @@ void ShowBattery() {
|
||||
batteryold = battery;
|
||||
}
|
||||
|
||||
if (!advancedRDS && !afscreen) {
|
||||
if (batteryoptions > BATTERY_NONE) {
|
||||
batteryV = ((float)v / 4095.0) * 2.0 * 3.3 * (vref / 1000.0);
|
||||
if (batteryoptions == BATTERY_VALUE){
|
||||
@@ -5109,6 +5110,7 @@ void ShowBattery() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Communication() {
|
||||
if (menu == false) {
|
||||
|
||||
Reference in New Issue
Block a user