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

v1.7.6 to auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library

27 Nov 00:28
45c2cd6
Compare
Choose a tag to compare

Releases v1.7.6

  1. Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library
  2. Update library.json to use new headers for PlatformIO

v1.7.5 to update `platform.ini` and `library.json`

11 Oct 04:13
d97b5f1
Compare
Choose a tag to compare

Releases v1.7.5

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix

v1.7.4 to add WiFi scanning of hidden SSIDs.

05 Sep 07:12
9ab2d6c
Compare
Choose a tag to compare

Releases v1.7.4

  1. Add WiFi scanning of hidden SSIDs. Check Add support for Wifi hidden SSID scanning. #66

Releases v1.7.3 to fix MultiWiFi connection issue with ESP32 core v2.0.0-rc1+

30 Jul 03:50
4e3e727
Compare
Choose a tag to compare

Releases v1.7.3

  1. Fix MultiWiFi connection issue with ESP32 core v2.0.0-rc1+
  2. Verify compatibility with new ESP32 core v2.0.0-rc1+
  3. Verify compatibility with new ESP8266 core v3.0.2

Release v1.7.2 to fix warnings and verify compatible with new ESP8266 core v3.0.0

18 May 21:03
c020a95
Compare
Choose a tag to compare

Releases v1.7.2

  1. Fix warnings and Verify compatible with new ESP8266 core v3.0.0

Release v1.7.1 to fix Json bug in /scan and to fix timezoneName not displayed in Info page.

08 May 18:30
3a8902a
Compare
Choose a tag to compare

Releases v1.7.1

  1. Fix Json bug in /scan. Check Invalid Json generated #60
  2. Fix timezoneName not displayed in Info page.

Major Release v1.7.0 to add optional auto-Timezone feature and update examples to show how to use the new TZ feature

07 May 03:37
da4e0f9
Compare
Choose a tag to compare

Major Releases v1.7.0

  1. Add auto-Timezone feature with variable _timezoneName (e.g. America/New_York) and function to retrieve TZ (e.g. EST5EDT,M3.2.0,M11.1.0) to use directly to configure ESP32/ESP8266 timezone. Check How to retrieve timezone? #51 for more info.
  2. Store those _timezoneName and TZ in LittleFS or SPIFFS config file.
  3. Using these new timezone feature is optional.
  4. Add checksum in config file to validate data read from LittleFS or SPIFFS config file.
  5. Update examples to show how to use the new TZ feature.

Release v1.6.1 to fix captive-portal and Multi-WiFi bugs

25 Apr 23:47
4710532
Compare
Choose a tag to compare

Releases v1.6.1

  1. Fix captive-portal bug if Config Portal AP address is not default 192.168.4.1. Check In AP, DNS server always redirects to 192.168.4.1 no mater what APStaticIP is set to. #58
  2. Fix Multi-WiFi bug.

Version v1.6.0 to add support to ESP32-C3

21 Apr 03:04
27f8867
Compare
Choose a tag to compare

Release v1.5.3 to add "dnsServer can't allocate" and "dnsServer can't start" error messages

14 Apr 01:48
f0a38b4
Compare
Choose a tag to compare

Releases v1.5.3

  1. Add dnsServer can't allocate and dnsServer can't start error messages