Skip to content

Version 1.2.4

Choose a tag to compare

@Invisibleman1002 Invisibleman1002 released this 19 Apr 03:13
· 9 commits to master since this release

Added input type="password".
In the examples, you can change:
{"wipw", "Password", MyconfigData.wifi_pw, e_INPUT, 0}
to:
{"wipw", "Password", MyconfigData.wifi_pw, e_PASS, 0},

It will then show up as a password field.