Releases: paclema/WebConfigServer
Releases · paclema/WebConfigServer
WebConfigServer v2.3.2
WebConfigServer v2.3.1
WebConfigServer v2.3.0
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
WebConfigServer v2.2.1
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
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
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
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
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