Merge pull request #1115 from atomgomba/fix-throttle-pos-preview

Fix throttle position preview
10.4.x-maintenance
Michael Keller 2018-07-17 12:55:57 +12:00 committed by GitHub
commit 0bbeb19ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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',