1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 23:35:22 +03:00

fix throttle position preview

This commit is contained in:
Kiripolszky Károly 2018-07-16 17:18:39 +02:00
parent 25b49fb79f
commit 7fddb38fb7

View file

@ -342,7 +342,7 @@ OSD.constants = {
default_position: -9,
draw_order: 110,
positionable: true,
preview: FONT.symbol(SYM.THR) + FONT.symbol(SYM.THR1) + '69'
preview: FONT.symbol(SYM.THR) + FONT.symbol(SYM.THR1) + ' 69'
},
CPU_LOAD: {
name: 'CPU_LOAD',