diff Discovery/Src/text_multilanguage.c @ 745:b392524753fb

Update Sentinel protocol: The Sentinel protocol is now supported by autodetection. Added Autodetection indicator: In the previous version no indicator showed that an auto detection is running. A new pseudo sensor type has been introduced which now causes the auto detection string to be displayed while the detection is running in the background.
author Ideenmodellierer
date Sun, 19 Feb 2023 21:52:02 +0100
parents 5078da3845c0
children 6de83d8205a0
line wrap: on
line diff
--- a/Discovery/Src/text_multilanguage.c	Sun Feb 19 21:51:19 2023 +0100
+++ b/Discovery/Src/text_multilanguage.c	Sun Feb 19 21:52:02 2023 +0100
@@ -1267,6 +1267,12 @@
 static uint8_t text_IT_HUDBattery[] = "Batteria HUD";
 static uint8_t text_ES_HUDBattery[] = "Carga del HUD";
 
+static uint8_t text_EN_SensorDetect[] = "Auto detection";
+static uint8_t text_DE_SensorDetect[] = "Sensor suchen";
+static uint8_t text_FR_SensorDetect[] = "";
+static uint8_t text_IT_SensorDetect[] = "";
+static uint8_t text_ES_SensorDetect[] = "";
+
 static uint8_t text_EN_O2Calib[] = "Calibrate";
 static uint8_t text_DE_O2Calib[] = "Kalibrierung";
 static uint8_t text_FR_O2Calib[] = "";
@@ -1968,6 +1974,7 @@
     {(uint8_t)TXT2BYTE_CornerStandard,  {text_EN_CornerStandard, text_DE_CornerStandard, text_FR_CornerStandard, text_IT_CornerStandard, text_ES_CornerStandard}},
     {(uint8_t)TXT2BYTE_SetToMOD,		{text_EN_SetToMOD, text_DE_SetToMOD, text_FR_SetToMOD, text_IT_SetToMOD, text_ES_SetToMOD}},
     {(uint8_t)TXT2BYTE_HUDbattery,		{text_EN_HUDBattery, text_DE_HUDBattery, text_FR_HUDBattery, text_IT_HUDBattery, text_ES_HUDBattery}},
+	{(uint8_t)TXT2BYTE_SensorDetect,	{text_EN_SensorDetect, text_DE_SensorDetect, text_FR_SensorDetect, text_IT_SensorDetect, text_ES_SensorDetect}},
 	{(uint8_t)TXT2BYTE_O2Calib,			{text_EN_O2Calib, text_DE_O2Calib, text_FR_O2Calib, text_IT_O2Calib, text_ES_O2Calib}},
 	{(uint8_t)TXT2BYTE_O2Interface,		{text_EN_O2Interface, text_DE_O2Interface, text_FR_O2Interface, text_IT_O2Interface, text_ES_O2Interface}},
 	{(uint8_t)TXT2BYTE_O2IFOptic,		{text_EN_O2IFOptic, text_DE_O2IFOptic, text_FR_O2IFOptic, text_IT_O2IFOptic, text_ES_O2IFOptic}},