1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2017-02-25 20:33:25 +01:00
parent bc6d74d999
commit 17b408d022

View file

@ -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;