Skip to content

Releases: prampec/IotWebConf

v2.3.1

24 Jan 20:40
57eed92
Compare
Choose a tag to compare

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
Choose a tag to compare

New features:

  • Introduced HTML customization of the config portal.

v2.2.1

30 Jun 23:41
Compare
Choose a tag to compare

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
713a90a
Compare
Choose a tag to compare

New features:

  • skipApStartup mode was introduced

v2.1.0

22 May 20:12
Compare
Choose a tag to compare

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
Choose a tag to compare

Bugfixes:

  • Preprocessor "elif" fix.

v2.0.0

08 Dec 21:15
Compare
Choose a tag to compare
  • Support for ESP32.
  • smallerCheckOverflow() method is removed. Use (diff < curr - last) check instead!

v1.2.0

14 Nov 21:23
Compare
Choose a tag to compare

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
Choose a tag to compare

Config parameters can be hide from the config portal.

v1.0.0

21 Aug 22:04
Compare
Choose a tag to compare

Initial public release.