From 2e3cab32507e68e0530a85a095fba5ebab9a865d Mon Sep 17 00:00:00 2001 From: Mr D - RC Date: Tue, 24 Dec 2024 08:43:56 +0000 Subject: [PATCH 1/2] Correct comments on switch indictors --- src/main/drivers/osd_symbols.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/drivers/osd_symbols.h b/src/main/drivers/osd_symbols.h index fe673c93a57..c5eed73d4d7 100644 --- a/src/main/drivers/osd_symbols.h +++ b/src/main/drivers/osd_symbols.h @@ -162,9 +162,9 @@ #define SYM_MAX 0xCE // 206 MAX symbol #define SYM_PROFILE 0xCF // 207 Profile symbol -#define SYM_SWITCH_INDICATOR_LOW 0xD0 // 208 Switch High -#define SYM_SWITCH_INDICATOR_MID 0xD1 // 209 Switch Mid -#define SYM_SWITCH_INDICATOR_HIGH 0xD2 // 210 Switch Low +#define SYM_SWITCH_INDICATOR_LOW 0xD0 // 208 Switch Indicator Down/Low +#define SYM_SWITCH_INDICATOR_MID 0xD1 // 209 Switch Indicator Mid +#define SYM_SWITCH_INDICATOR_HIGH 0xD2 // 210 Switch Indicator Up/High #define SYM_AH 0xD3 // 211 Amphours symbol #define SYM_GLIDE_DIST 0xD4 // 212 Glide Distance #define SYM_GLIDE_MINS 0xD5 // 213 Glide Minutes From a5e96c772e959d07d99eadf8a9ce0156473323c6 Mon Sep 17 00:00:00 2001 From: Mr D - RC Date: Tue, 24 Dec 2024 08:47:38 +0000 Subject: [PATCH 2/2] Update osd_symbols.h --- src/main/drivers/osd_symbols.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/drivers/osd_symbols.h b/src/main/drivers/osd_symbols.h index c5eed73d4d7..35b9c61a424 100644 --- a/src/main/drivers/osd_symbols.h +++ b/src/main/drivers/osd_symbols.h @@ -162,9 +162,9 @@ #define SYM_MAX 0xCE // 206 MAX symbol #define SYM_PROFILE 0xCF // 207 Profile symbol -#define SYM_SWITCH_INDICATOR_LOW 0xD0 // 208 Switch Indicator Down/Low +#define SYM_SWITCH_INDICATOR_LOW 0xD0 // 208 Switch Indicator Down/Low - Note: Some systems have HIGH us values for a switch in the down position #define SYM_SWITCH_INDICATOR_MID 0xD1 // 209 Switch Indicator Mid -#define SYM_SWITCH_INDICATOR_HIGH 0xD2 // 210 Switch Indicator Up/High +#define SYM_SWITCH_INDICATOR_HIGH 0xD2 // 210 Switch Indicator Up/High - Note: Some systems have LOW us values for a switch in the up position #define SYM_AH 0xD3 // 211 Amphours symbol #define SYM_GLIDE_DIST 0xD4 // 212 Glide Distance #define SYM_GLIDE_MINS 0xD5 // 213 Glide Minutes