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:
parent
29acf1b80d
commit
487b8eceaf
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue