mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
Remove second throttle symbol from OSD
This commit is contained in:
parent
223c401524
commit
c8efdda29f
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ SYM.RSSI = 0x01;
|
||||||
SYM.AH_RIGHT = 0x02;
|
SYM.AH_RIGHT = 0x02;
|
||||||
SYM.AH_LEFT = 0x03;
|
SYM.AH_LEFT = 0x03;
|
||||||
SYM.THR = 0x04;
|
SYM.THR = 0x04;
|
||||||
SYM.THR1 = 0x05;
|
|
||||||
SYM.FLY_M = 0x9C;
|
SYM.FLY_M = 0x9C;
|
||||||
SYM.ON_M = 0x9B;
|
SYM.ON_M = 0x9B;
|
||||||
SYM.AH_CENTER_LINE = 0x7B;
|
SYM.AH_CENTER_LINE = 0x7B;
|
||||||
|
@ -434,7 +433,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) + ' 69'
|
||||||
},
|
},
|
||||||
CPU_LOAD: {
|
CPU_LOAD: {
|
||||||
name: 'CPU_LOAD',
|
name: 'CPU_LOAD',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue