mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
value-info enum as text with list
This commit is contained in:
@@ -135,6 +135,11 @@ MAKE_PSTR(new_password_prompt2, "Retype new password: ")
|
||||
MAKE_PSTR(password_prompt, "Password: ")
|
||||
MAKE_PSTR(unset, "<unset>")
|
||||
|
||||
MAKE_PSTR_WORD(number);
|
||||
MAKE_PSTR_WORD(enum);
|
||||
MAKE_PSTR_WORD(boolean);
|
||||
MAKE_PSTR_WORD(text);
|
||||
|
||||
MAKE_PSTR_WORD(2);
|
||||
MAKE_PSTR_WORD(10);
|
||||
MAKE_PSTR_WORD(100);
|
||||
|
||||
Reference in New Issue
Block a user