mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
VTX channel hidden by default
This commit is contained in:
parent
bc6d74d999
commit
17b408d022
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ void pgResetFn_osdConfig(osdConfig_t *instance)
|
|||
instance->item_pos[OSD_HORIZON_SIDEBARS] = OSD_POS(8, 6) | VISIBLE_FLAG;
|
||||
|
||||
instance->item_pos[OSD_CRAFT_NAME] = OSD_POS(20, 2);
|
||||
instance->item_pos[OSD_VTX_CHANNEL] = OSD_POS(8, 6) | VISIBLE_FLAG;
|
||||
instance->item_pos[OSD_VTX_CHANNEL] = OSD_POS(8, 6);
|
||||
|
||||
instance->item_pos[OSD_ONTIME] = OSD_POS(23, 10) | VISIBLE_FLAG;
|
||||
instance->item_pos[OSD_FLYTIME] = OSD_POS(23, 11) | VISIBLE_FLAG;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue