Skip to content

Releases: paclema/WebConfigServer

WebConfigServer v2.3.2

22 Dec 13:35
Compare
Choose a tag to compare

Changes

  • Fix GPIO state change when LED_BUILTIN is not defined or -1

Full Changelog: v2.3.1...v2.3.2

WebConfigServer v2.3.1

19 Dec 10:07
Compare
Choose a tag to compare

Changes

  • Trigger WiFi reconnect on IP_EVENT_STA_LOST_IP event

Full Changelog: v2.3.0...v2.3.1

WebConfigServer v2.3.0

02 Jun 14:25
Compare
Choose a tag to compare

Changes

  • Fix reconfigure NAPT after IP_EVENT_STA_GOT_IP for esp32
  • Replace LinkedList with std::vector. Fix issue #8
  • Replace ESPAsyncWebServer fork dependency
  • Replace const JsonDocument with JsonVariantConst for config parse methods
  • Check if config json contains IWebConfig object or service before parsing it
  • Use ESPAsyncWebServer git repo as current version. Close issue #2
  • Update example using IWebConfig class as pointer or reference

Full Changelog: v2.2.2...v2.3.0

WebConfigServer v2.2.2

19 May 09:28
Compare
Choose a tag to compare

Changes

  • Fix log typo
  • Bump MQTTClient to v0.3.0

Full Changelog: v2.2.1...v2.2.2

WebConfigServer v2.2.1

16 May 12:13
Compare
Choose a tag to compare

Changes

  • Fix precompiler definition checks
  • Fix compare_versions script checking the correct empty second argument
  • Bump MQTTClient to v0.2.0

Full Changelog: v2.2.0...v2.2.1

WebConfigServer v2.2.0

10 May 17:42
Compare
Choose a tag to compare

Changes

  • Exclude .github folder for pio pkg
  • Update basic_class_with_mqtt to basic_class_with_MQTTClient
  • Update basic example and Bump MQTTClient to v0.1.1

Full Changelog: v2.1.1...v2.2.0

WebConfigServer v2.1.1

09 May 16:12
Compare
Choose a tag to compare

Changes

  • Fix save new mqtt client id into WebConfig when setMQTTClientId
  • Bump MQTTClient to v0.0.8

Full Changelog: v2.1.0...v2.1.1

WebConfigServer v2.1.0

09 May 15:37
Compare
Choose a tag to compare

Changes

  • Add WebConfigMQTT class and replace MQTTClient with it.
  • Fix getMQTTClient client pointer retrun and enable loop method only for ESP8266 target
  • Bump MQTTClient to v0.0.6
  • Fix basic example partition table for esp32 and default mqtt josn config
  • Bump MQTTClient to v0.0.7

Full Changelog: v2.0.1...v2.1.0

WebConfigServer v2.0.1

08 May 13:41
Compare
Choose a tag to compare

Changes

  • Fix ESP§" typo
  • Clean up preprocesor defines
  • Add default_4MB partition table for esp32 target examples
  • Replace framework-arduinoespressif32 with latest custom framework and change WebConfigServer @ ^2.0.1 to min version on examples
  • Bump MQTTClient to v0.0.4

Full Changelog: v2.0.0...v2.0.1

WebConfigServer v2.0.1-rc

08 May 09:04
Compare
Choose a tag to compare
Pre-release

Changes

  • Fix ESP§" typo

Full Changelog: v2.0.0...v2.0.1-rc