1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-03 04:30:19 +00:00

Added variant of the text type to support hidden password fields

This commit is contained in:
Martin Mueller
2022-11-27 16:59:28 -05:00
parent 5cf0ce6afa
commit 48e947287a
2 changed files with 5 additions and 3 deletions

View File

@ -30,6 +30,7 @@ enum ControlType : uint8_t
Separator,
Time,
Password = 99,
UpdateOffset = 100,
};