mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 20:35:19 +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:
parent
0feba172e7
commit
e7c3845cf5
1 changed files with 2 additions and 2 deletions
|
@ -1677,13 +1677,13 @@ OSD.constants = {
|
|||
},
|
||||
{
|
||||
name: 'ADSB_WARNING_MESSAGE',
|
||||
id: 147,
|
||||
id: 150,
|
||||
min_version: '7.1.0',
|
||||
preview: FONT.symbol(SYM.ADSB) + '19.25' + FONT.symbol(SYM.DIR_TO_HOME+1) + '2.75',
|
||||
},
|
||||
{
|
||||
name: 'ADSB_INFO',
|
||||
id: 148,
|
||||
id: 151,
|
||||
min_version: '7.1.0',
|
||||
preview: FONT.symbol(SYM.ADSB) + '2',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue