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:
parent
9f2ade2506
commit
fb7f0e1904
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue