Merge pull request #1698 from mikeller/fix_consumption_alert
Fixed consumption alert.
This commit is contained in:
commit
e5c4da5144
|
@ -296,7 +296,7 @@ void updateCurrentMeter(int32_t lastUpdateAt, rxConfig_t *rxConfig, uint16_t dea
|
||||||
break;
|
break;
|
||||||
case BATTERY_WARNING:
|
case BATTERY_WARNING:
|
||||||
if (calculateBatteryCapacityRemainingPercentage() == 0) {
|
if (calculateBatteryCapacityRemainingPercentage() == 0) {
|
||||||
vBatState = BATTERY_CRITICAL;
|
consumptionState = BATTERY_CRITICAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue