1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Reinstate low voltage alarm below 5V

This commit is contained in:
Kilrah 2019-07-01 16:34:33 +02:00
parent 29acf1b80d
commit 487b8eceaf

View file

@ -184,7 +184,7 @@ void checkEeprom()
void checkBatteryAlarms()
{
// TRACE("checkBatteryAlarms()");
if (IS_TXBATT_WARNING() && g_vbat100mV>50) {
if (IS_TXBATT_WARNING()) {
AUDIO_TX_BATTERY_LOW();
// TRACE("checkBatteryAlarms(): battery low");
}