Version 1.2.4
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.
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.