Skip to content

Releases: prampec/IotWebConf

v3.2.1

28 Apr 06:54
7128981
Compare
Choose a tag to compare

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

04 Aug 21:00
dbf4cba
Compare
Choose a tag to compare

New features:

  • JSON support for importing configuration. See example README.txt in IotWebConf17JsonConfig!

Bugfixes:

  • Fix unsigned int typed parameter.

v3.1.0

12 Jun 20:54
29401ea
Compare
Choose a tag to compare

New features:

  • Introducing off-line mode.
  • Introducing the Users Manual.

Bugfixes:

  • (none)

v3.0.4

08 Jun 08:59
0b8ddd9
Compare
Choose a tag to compare

New features:

  • GitHub test integration. (#198)

Bugfixes:

  • Fix WiFi.mode() updating according to #197
  • Fix compile error on latest C++ (#198)

v3.0.3

02 Jun 23:21
db84472
Compare
Choose a tag to compare

New features:

  • Color, Date and Time chooser Typed Parameter.

Bugfixes:

  • Always add default values to TypedParameters.

v3.0.2

25 Apr 20:08
2575084
Compare
Choose a tag to compare

New features:

  • (none)

Bugfixes:

  • Option to use WebServer port other than 80
  • Releasing forceApMode should also disconnect from WiFi network.
  • applyDefaultValue() method of parameters should be available for public use.
  • Fix c++ compilation error on ESP32 (#183)
  • Fixing examples reported in #188

v3.0.1

06 Apr 20:44
cec7291
Compare
Choose a tag to compare

Fix confusing version numbers by releasing a new version.

v3.0.0

28 Mar 21:35
aa1b29b
Compare
Choose a tag to compare

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.

v2.3.3

12 Dec 23:36
Compare
Choose a tag to compare

New features:

  • (none)

Bugfixes:

  • Memory allocation issue may have caused instability.

v2.3.2

24 Nov 22:42
Compare
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.