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:
parent
2f18f0b8fb
commit
d66c9b3ee6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue