diff Discovery/Inc/text_multilanguage.h @ 944:44599695df41 Evo_2_23

Restructure Date/Time menu: To have more space for upcoming optins the selection of the date format (DDMMYY) has been moved into a submenu. In addition the function was upgraded to support multi language handling.
author Ideenmodellierer
date Thu, 19 Dec 2024 18:58:18 +0100
parents 63c340abd70e
children
line wrap: on
line diff
--- a/Discovery/Inc/text_multilanguage.h	Mon Dec 16 19:33:20 2024 +0100
+++ b/Discovery/Inc/text_multilanguage.h	Thu Dec 19 18:58:18 2024 +0100
@@ -388,6 +388,10 @@
         TXT2BYTE_Current,
         TXT2BYTE_Log,
 
+		TXT2BYTE_DDMMYY,
+		TXT2BYTE_MMDDYY,
+		TXT2BYTE_YYMMDD,
+
 		TXT2BYTE_END,
 };