Skip to content

Releases: Invisibleman1002/dynaHTML

Version 1.2.6

04 Nov 07:25

Choose a tag to compare

Can use a QR code to fill in the inputs.
See readme.

Version 1.2.5

03 May 05:45

Choose a tag to compare

Tested with ESP32.
Removed some code that didn't even need to be there.

Version 1.2.4

19 Apr 03:13

Choose a tag to compare

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

14 Apr 03:10

Choose a tag to compare

No code changes. I updated library.properties file.

Version 1.2.2

13 Apr 21:31

Choose a tag to compare

Sharing a Dynamic HTML library after using it with a few of my own esp8266 projects.