Releases: prampec/IotWebConf
Releases · prampec/IotWebConf
v3.2.1
New features:
- (none)
Bugfixes:
- JsonConfig (example 17) fix
- Fix EEPROM was not closed on startup.
- Fix off-by-one in string length for InputParameter (#243)
- HTML fix in example 06 (#249)
- Fix/set hostname (#241)
- Add mDNS update to main loop for mDNS to work in esp8266 (#253)
- Set order of WiFi.mode and WiFi.setHostname (#254)
- mDNS on demand activation/deactivation (#255)
v3.2.0
v3.1.0
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
WARNING! This release is not backward compatible please consult Migration Guide documentation to update your code!
New features:
- Introduced Parameter class for full customizable parameters.
- Introduced parameter grouping option. Groups can be chained up to create a set of optional blocks.
- Can set up multiply WiFi connections.
- WebServer wrapper - Be independent from actual web-server implementation.
- Introduced HackingGuide documentation.
- Experimental Typed-Parameters approach utilizing C++ templates and Builder-pattern.
Bugfixes:
- AP timeout parameter update problems from config portal.
- Restructured parameter classes provide overall better stability.