Merge pull request #700 from McGiverGim/bf-adjust_speed_preview

Adjust OSD preview for speed and throttle
10.3.x-maintenance
Michael Keller 2017-10-24 22:14:49 +13:00 committed by GitHub
commit 9359e2edfd
1 changed files with 2 additions and 2 deletions

View File

@ -319,7 +319,7 @@ OSD.constants = {
desc: 'osdDescElementThrottlePosition', desc: 'osdDescElementThrottlePosition',
default_position: -9, default_position: -9,
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',
@ -433,7 +433,7 @@ OSD.constants = {
desc: 'osdDescElementGPSSpeed', desc: 'osdDescElementGPSSpeed',
default_position: -1, default_position: -1,
positionable: true, positionable: true,
preview: '40' preview: ' 40K'
}, },
GPS_SATS: { GPS_SATS: {
name: 'GPS_SATS', name: 'GPS_SATS',