diff -r 4d8cca2d5b68 -r d327e0aff62f main/task_user.h --- a/main/task_user.h Sun Nov 24 12:08:01 2019 +0100 +++ b/main/task_user.h Mon Nov 25 11:34:38 2019 +0100 @@ -12,7 +12,7 @@ #define ROT_ENC_A_GPIO (CONFIG_ROT_ENC_A_GPIO) #define ROT_ENC_B_GPIO (CONFIG_ROT_ENC_B_GPIO) #define ROT_ENC_SW_GPIO (CONFIG_ROT_ENC_SW_GPIO) -#define INACTIVITY 120 ///< User inactivity time +#define INACTIVITY 240 ///< User inactivity time #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.