Releases: Invisibleman1002/dynaHTML
Releases · Invisibleman1002/dynaHTML
Version 1.2.6
Can use a QR code to fill in the inputs.
See readme.
Version 1.2.5
Tested with ESP32.
Removed some code that didn't even need to be there.
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.
Version 1.2.3
No code changes. I updated library.properties file.
Version 1.2.2
Sharing a Dynamic HTML library after using it with a few of my own esp8266 projects.