mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
[Horus] Navigation fixes
This commit is contained in:
parent
9615c98103
commit
788bdfbb09
3 changed files with 9 additions and 7 deletions
|
@ -505,7 +505,7 @@ bool menuModelTelemetry(evt_t event)
|
|||
|
||||
case ITEM_TELEMETRY_IGNORE_SENSOR_INSTANCE:
|
||||
lcdDrawText(MENUS_MARGIN_LEFT, y, STR_IGNORE_INSTANCE);
|
||||
editCheckBox(g_model.ignoreSensorIds, TELEM_COL2, y, attr, event);
|
||||
g_model.ignoreSensorIds = editCheckBox(g_model.ignoreSensorIds, TELEM_COL2, y, attr, event);
|
||||
break;
|
||||
|
||||
case ITEM_TELEMETRY_RSSI_LABEL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue