From e7c3845cf57836ece64a5722d754b1f28a858c24 Mon Sep 17 00:00:00 2001 From: Darren Lines Date: Mon, 8 Apr 2024 08:18:26 +0100 Subject: [PATCH] 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. --- tabs/osd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tabs/osd.js b/tabs/osd.js index d10685f5..3675f9bb 100644 --- a/tabs/osd.js +++ b/tabs/osd.js @@ -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', },