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:
parent
bd6ba97707
commit
185532f05e
15 changed files with 147 additions and 128 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue