Releases: prampec/IotWebConf
Releases · prampec/IotWebConf
v2.3.2
24 Nov 22:42
Compare
Sorry, something went wrong.
No results found
New features:
Added option to disable blink.
Make some more defines overrideable.
Example for using deviceID in default thing name.
Bugfixes:
Fix EEPROM handling issues. (#129 )
Fix blink, so it can handle output logic levels for the pin.
v2.3.1
24 Jan 20:40
Compare
Sorry, something went wrong.
No results found
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
09 Jul 22:00
Compare
Sorry, something went wrong.
No results found
New features:
Introduced HTML customization of the config portal.
v2.2.1
30 Jun 23:41
Compare
Sorry, something went wrong.
No results found
New features:
Introduce fineBlink() method.
Bugfixes:
Perform 'yield' in doLoop to be on the safe side.
Fix code formatting problems.
v2.2.0
25 Jun 22:35
Compare
Sorry, something went wrong.
No results found
New features:
skipApStartup mode was introduced
v2.1.0
22 May 20:12
Compare
Sorry, something went wrong.
No results found
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.1
23 Dec 17:37
Compare
Sorry, something went wrong.
No results found
v2.0.0
08 Dec 21:15
Compare
Sorry, something went wrong.
No results found
Support for ESP32.
smallerCheckOverflow() method is removed. Use (diff < curr - last) check instead!
v1.2.0
14 Nov 21:23
Compare
Sorry, something went wrong.
No results found
New features:
Replacing pointer-to-function with std::function
Bugfixes:
Fixing examples
Fixing: Serial was written before serial was initialized
v1.1.0
05 Nov 18:25
Compare
Sorry, something went wrong.
No results found
Config parameters can be hide from the config portal.