1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

set the default position on craft name so that the preview is readable in the configurator

This commit is contained in:
nathan 2016-08-02 01:25:06 -07:00
parent 2f18f0b8fb
commit d66c9b3ee6

View file

@ -848,7 +848,7 @@ void resetOsdConfig(void)
masterConfig.osdProfile.item_pos[OSD_HORIZON_SIDEBARS] = -1;
masterConfig.osdProfile.item_pos[OSD_CURRENT_DRAW] = -23;
masterConfig.osdProfile.item_pos[OSD_MAH_DRAWN] = -18;
masterConfig.osdProfile.item_pos[OSD_CRAFT_NAME] = -77;
masterConfig.osdProfile.item_pos[OSD_CRAFT_NAME] = 1;
}
#endif