mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Changed g_force draw_order to 15
This commit is contained in:
parent
920eafffcd
commit
7590c47636
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ OSD.constants = {
|
||||||
name: 'G_FORCE',
|
name: 'G_FORCE',
|
||||||
desc: 'osdDescGForce',
|
desc: 'osdDescGForce',
|
||||||
default_position: -1,
|
default_position: -1,
|
||||||
draw_order: 11,
|
draw_order: 15,
|
||||||
positionable: true,
|
positionable: true,
|
||||||
preview: '1.0G'
|
preview: '1.0G'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue