mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
fix throttle position preview
This commit is contained in:
parent
25b49fb79f
commit
7fddb38fb7
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ OSD.constants = {
|
||||||
default_position: -9,
|
default_position: -9,
|
||||||
draw_order: 110,
|
draw_order: 110,
|
||||||
positionable: true,
|
positionable: true,
|
||||||
preview: FONT.symbol(SYM.THR) + FONT.symbol(SYM.THR1) + '69'
|
preview: FONT.symbol(SYM.THR) + FONT.symbol(SYM.THR1) + ' 69'
|
||||||
},
|
},
|
||||||
CPU_LOAD: {
|
CPU_LOAD: {
|
||||||
name: 'CPU_LOAD',
|
name: 'CPU_LOAD',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue