Skip to content

Releases: prampec/IotWebConf

v2.3.2

24 Nov 22:42

Choose a tag to compare

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
57eed92

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

Choose a tag to compare

New features:

  • Introduced HTML customization of the config portal.

v2.2.1

30 Jun 23:41

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

Choose a tag to compare

New features:

  • skipApStartup mode was introduced

v2.1.0

22 May 20:12

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

Choose a tag to compare

Bugfixes:

  • Preprocessor "elif" fix.

v2.0.0

08 Dec 21:15

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

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

Choose a tag to compare

Config parameters can be hide from the config portal.