Releases: prampec/IotWebConf
Releases · prampec/IotWebConf
v2.3.1
New features:
- Introducing forceApMode() option.
- Allow defines to be override as a build option.
Bugfixes:
- Fix parameters being truncated due to wrong length limit (#95)
- Fix crashing when error message not set yet. (#101)
- Make sure updateServer is initialized even if we skipAPStartup. (#93)
- Fix printing headEnd two times on the success page (#91)
v2.3.0
New features:
- Introduced HTML customization of the config portal.
v2.2.1
New features:
- Introduce fineBlink() method.
Bugfixes:
- Perform 'yield' in doLoop to be on the safe side.
- Fix code formatting problems.
v2.2.0
New features:
- skipApStartup mode was introduced
v2.1.0
New features:
- Providing connection handling hook option.
- Hide passwords in console output by default.
Bug fixes:
- Config parameter string fields are handled incorrectly.
v2.0.0
- Support for ESP32.
- smallerCheckOverflow() method is removed. Use (diff < curr - last) check instead!
v1.2.0
New features:
- Replacing pointer-to-function with std::function
Bugfixes:
- Fixing examples
- Fixing: Serial was written before serial was initialized
v1.1.0
Config parameters can be hide from the config portal.