main/task_user.h

changeset 23
58a328e91881
parent 22
cceb36fd3a2a
child 26
8a3696620c0a
--- a/main/task_user.h	Thu Nov 07 11:47:15 2019 +0100
+++ b/main/task_user.h	Thu Nov 07 15:09:51 2019 +0100
@@ -14,9 +14,10 @@
 #define ROT_ENC_SW_GPIO         (CONFIG_ROT_ENC_SW_GPIO)
 #define INACTIVITY              120                                     ///< User inactivity time
 
-#define EDIT_TYPE_TEXT          0                                       ///< Editor type is text
-#define EDIT_TYPE_INT           1                                       ///< Editor type is integer
-#define EDIT_TYPE_FLOAT         2                                       ///< Editor type is float
+#define EDIT_TYPE_TEXT          0                                       ///< Editor type is text, special chars and digits.
+#define	EDIT_TYPE_CAPS		1					///< Editor alpha capitals, some specials and digits.
+#define EDIT_TYPE_INT           2                                       ///< Editor type is integer
+#define EDIT_TYPE_FLOAT         3                                       ///< Editor type is float
 
 
 

mercurial