Merge pull request #700 from McGiverGim/bf-adjust_speed_preview
Adjust OSD preview for speed and throttle10.3.x-maintenance
commit
9359e2edfd
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue