Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Releases: khoih-prog/ESPAsync_WiFiManager

Version v1.4.1 to fix bug and compiler warnings

22 Dec 02:18
5a3aa22
Compare
Choose a tag to compare

Releases v1.4.1

  1. Fix bug.
  2. Fix compiler warnings.

Major Releases v1.4.0 to fix bug, add features and examples

21 Dec 03:30
4781401
Compare
Choose a tag to compare

Major Releases v1.4.0

  1. Fix staticIP not saved in examples. See ESP32 static IP not saved after restarting the device
  2. Add structures and functions to handle AP and STA IPs.
  3. Add complex examples
  1. Add simple minimal examples
  1. Modify Version String
  2. Add Table of Contents

Version v1.3.0 to add LittleFS support to ESP32

04 Dec 06:12
e32b0b7
Compare
Choose a tag to compare

Releases v1.3.0

  1. Add LittleFS support to ESP32-related examples to use LittleFS_esp32 Library
  2. Add Version String

Version v1.2.0 to add optional standard h/cpp mode besides h-only mode.

16 Oct 02:17
7352fbb
Compare
Choose a tag to compare

Version v1.1.2 to fix bugs

17 Sep 04:02
5783700
Compare
Choose a tag to compare

Releases v1.1.2

  1. Fix bug in examples.

Version v1.1.1 to add MultiWiFi, allow configurable CORS Header

31 Aug 08:26
e2cafe1
Compare
Choose a tag to compare

Major Releases v1.1.1

  1. Add MultiWiFi feature to auto(Re)connect to the best WiFi at runtime
  2. Fix bug, typo and minor improvement.
  3. Completely enhanced examples to use new MultiWiFi feature.
  4. Add setCORSHeader function to allow configurable CORS Header. See Using CORS feature
  5. Bump up to v1.1.1 to sync with ESP_WiFiManager v1.0.11.

Initial Release v1.0.11 to use ESPAsynchWebServer and sync with ESP_WiFiManager

24 Aug 01:19
6a9eea8
Compare
Choose a tag to compare

Releases 1.0.11

  1. Initial coding to use ESPAsyncWebServer instead of (ESP8266)WebServer.
  2. Add more features and error checking to many examples.
  3. Add example Async_ConfigOnDRD_FS_MQTT_Ptr
  4. Bump up to v1.0.11 to sync with ESP_WiFiManager v1.0.11.