1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Move default position for OSD elements away from underneath artificial horizon / crosshairs position.

This commit is contained in:
mikeller 2017-11-14 01:29:45 +13:00
parent 9f2ade2506
commit fb7f0e1904

View file

@ -843,7 +843,7 @@ void pgResetFn_osdConfig(osdConfig_t *osdConfig)
{
/* Position elements near centre of screen and disabled by default */
for (int i = 0; i < OSD_ITEM_COUNT; i++) {
osdConfig->item_pos[i] = OSD_POS(10, 6);
osdConfig->item_pos[i] = OSD_POS(10, 7);
}
/* Always enable warnings elements by default */