Skip to content

Commit a962d06

Browse files
committed
ADSB V2 - adsb icon
1 parent 04a34db commit a962d06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tabs/osd.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ SYM.FLIGHT_DIST_REMAINING = 0x167;
114114
SYM.GROUND_COURSE = 0xDC;
115115
SYM.ALERT = 0xDD;
116116
SYM.CROSS_TRACK_ERROR = 0xFC;
117+
SYM.ADSB = 0xFD;
117118
SYM.PAN_SERVO_IS_OFFSET_L = 0x1C7;
118119
SYM.ODOMETER = 0X168;
119120

@@ -1667,7 +1668,7 @@ OSD.constants = {
16671668
name: 'ADSB',
16681669
id: 146,
16691670
min_version: '6.0.0',
1670-
preview: '19.25' + FONT.symbol(SYM.DIR_TO_HOME+1) + '2.75',
1671+
preview: FONT.symbol(SYM.ADSB) + '19.25' + FONT.symbol(SYM.DIR_TO_HOME+1) + '2.75',
16711672
},
16721673
{
16731674
name: 'CROSS TRACK ERROR',

0 commit comments

Comments
 (0)