1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 21:05:28 +03:00

Update IDs for ADSB elements

There was a conflict between the ADSB elements and the custom OSD elements. ADSB IDs now match those defined in the firmware.
This commit is contained in:
Darren Lines 2024-04-08 08:18:26 +01:00
parent 0feba172e7
commit e7c3845cf5

View file

@ -1677,13 +1677,13 @@ OSD.constants = {
}, },
{ {
name: 'ADSB_WARNING_MESSAGE', name: 'ADSB_WARNING_MESSAGE',
id: 147, id: 150,
min_version: '7.1.0', min_version: '7.1.0',
preview: FONT.symbol(SYM.ADSB) + '19.25' + FONT.symbol(SYM.DIR_TO_HOME+1) + '2.75', preview: FONT.symbol(SYM.ADSB) + '19.25' + FONT.symbol(SYM.DIR_TO_HOME+1) + '2.75',
}, },
{ {
name: 'ADSB_INFO', name: 'ADSB_INFO',
id: 148, id: 151,
min_version: '7.1.0', min_version: '7.1.0',
preview: FONT.symbol(SYM.ADSB) + '2', preview: FONT.symbol(SYM.ADSB) + '2',
}, },