Skip to content

Releases: paclema/WebConfigServer

WebConfigServer v3.2.1

18 Aug 22:03

Choose a tag to compare

Changes

  • Fix recursive LittleFS file listing function for ESP32
  • Fix compare_versions.sh script to handle empty and zero versions correctly

Full Changelog: v3.2.0...v3.2.1

WebConfigServer v3.2.0

16 Aug 13:29

Choose a tag to compare

Changes

  • Replace deprecated me-no-dev ESP Async libs with ESP32Async org libs

Full Changelog: v3.1.0...v3.2.0

WebConfigServer v3.1.0

15 Aug 20:30

Choose a tag to compare

Changes

  • Fix deprecated GPIO_ID_PIN macro
  • Fix AsyncWebParameter pointer to const in /uploadFile method
  • Fix deprecated GPIO_ID_PIN macro when not USE_ASYNC_WEBSERVER
  • Refactor NAT configuration in enableNAT method using arduino-esp32 AP and NAPT methods instead ESP-IDF API
  • Update AP Stations info on WIFI_EVENT_STA_START events
  • Fix deprecated tcpip_adapter methods with ESP-NETIF API on handleAPStations method

Full Changelog: v3.0.1...v3.1.0

WebConfigServer v3.0.1

14 Aug 17:13

Choose a tag to compare

Changes

  • Fix release workflow replacing checkout to v4 and adding default GITHUB_TOKEN

Full Changelog: v3.0.0...v3.0.1

WebConfigServer v3.0.0

14 Aug 17:09

Choose a tag to compare

Changes

  • Bump MQTTClient to v1.0.0

Full Changelog: v2.3.2...v3.0.0

WebConfigServer v2.3.2

22 Dec 13:35

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

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

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

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

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