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

Releases: khoih-prog/ESP_WiFiManager

Release v1.5.2 to fix examples' misleading messages.

09 Apr 03:25
04b33e2
Compare
Choose a tag to compare

Version v1.5.1 to fix compiler error and adapt to esp32 core v1.0.6

27 Mar 04:56
17975ee
Compare
Choose a tag to compare

Releases v1.5.1

  1. Fix compiler error if setting Compiler Warnings to All.
  2. Modify multiWiFi-related timings to work with latest esp32 core v1.0.6

Version v1.5.0 to add support to ESP32-S2

13 Feb 05:54
b3fc5a8
Compare
Choose a tag to compare

Release v1.5.0

  1. Add support to ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, ESP32S2 Dev Module, UM FeatherS2, UM ProS2, microS2, etc.)
  2. Add Instructions to install ESP32-S2 core

Version v1.4.3 to fix examples' bug not saving Static IP in certain cases.

24 Jan 00:58
7863262
Compare
Choose a tag to compare

Releases v1.4.3

  1. Fix examples' bug not saving Static IP in certain cases.
  2. Add feature to warn if using examples with old library versions

Version v1.4.2 to fix bug and compiler warnings

15 Jan 02:41
e665fea
Compare
Choose a tag to compare

Releases v1.4.2

  1. Fix examples' bug not using saved WiFi Credentials after losing all WiFi connections.
  2. Fix compiler warnings.

Major Releases v1.4.1 to fix staticIP and add many more improvements

22 Dec 23:55
1a4ead0
Compare
Choose a tag to compare

Major Releases v1.4.1

  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. Fix bug.
  2. Fix compiler warnings.
  3. Modify Version String
  4. Add Table of Contents

Version v1.3.0 to add LittleFS support to ESP32

04 Dec 06:58
1170034
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.

15 Oct 05:10
450ac7f
Compare
Choose a tag to compare

Version v1.1.2 to fix bugs and add example.

17 Sep 04:55
1a80de8
Compare
Choose a tag to compare

Releases v1.1.2

  1. Fix bug in examples.
  2. Add example.

Version v1.1.1 to allow configurable CORS Header and shorten MultiWiFi connection time.

31 Aug 00:51
9dd5ef8
Compare
Choose a tag to compare

Releases v1.1.1

  1. Add setCORSHeader function to allow configurable CORS Header. See Using CORS feature
  2. Fix typo and minor improvement.
  3. Shorten MultiWiFi connection time