1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

No more voltage alarms on simu

This commit is contained in:
Bertrand Songis 2019-08-12 14:23:03 +02:00
parent bd6ba97707
commit 185532f05e
15 changed files with 147 additions and 128 deletions

View file

@ -541,7 +541,7 @@ void perMain()
setTopSecondTimer(g_eeGeneral.globalTimer + sessionTimer);
setTopRssi(TELEMETRY_RSSI());
setTopBatteryValue(g_vbat100mV);
setTopBatteryState(GET_TXBATT_BARS(), IS_TXBATT_WARNING());
setTopBatteryState(GET_TXBATT_BARS(10), IS_TXBATT_WARNING());
toplcdRefreshEnd();
#endif