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

Tags: khoih-prog/ESPAsync_WiFiManager

Tags

v1.15.1

Toggle v1.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.15.1 to fix bug, etc.

### Releases v1.15.1

1. Using random channel for softAP without password. Check [fix: using random CH for non-password use too #118](#118)
2. Fix bug. Check [fix: ending portal loop without processing its flags #119](#119)
3. Add astyle using `allman` style. Restyle the library

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.15.0 to optionally display Credentials

### Releases v1.15.0

1. Optionally display Credentials (SSIDs, PWDs) in Config Portal. Check [Populate portal wifi with saved credentials #91](khoih-prog/ESP_WiFiManager#91) and [Prepopulating the configuration with SSID and Password from stored file #115](#115)
2. Display `Credentials` Hint on Config Portal
3. Periodic code clean-up

v1.14.1

Toggle v1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.14.1 to fix dependency

### Releases v1.14.1

1. Remove dependency on ESP_AsyncWebServer, ESPAsyncTCP and AsyncTCP in `library.properties`. Check ["no protocol" error #113](#113)"
2. Add notes about manual installation of above-mentioned libraries for `Arduino IDE`

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.14.0 to fix ESP32 chipID

### Releases v1.14.0

1. Fix `ESP32 chipID`. Check [Help for storing variables in memory (non-volatile) #87](khoih-prog/ESP_WiFiManager#87 (comment))
2. Add ESP32 `ESP_getChipOUI()` function
3. Display new info on Config Portal for ESP32
4. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new `ESP32 core v1.0.6+`

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.13.0 using AsynsDNSServer

### Releases v1.13.0

1. Using AsyncDNSServer instead of DNSServer. Check [Captive Portal hanging depending on active core for AsyncTCP #100](#100)

v1.12.2

Toggle v1.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.12.2 to optimize code, etc.

### Releases v1.12.2

1. Optimize code by using passing by `reference` instead of by `value`
2. Delete all confusing, function-lacking `minimal` examples
3. Delete all `Modeless` examples
4. Display informational warnings only when `_ESPASYNC_WIFIMGR_LOGLEVEL_ > 3`

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.12.1 to add LittleFS support to `ESP32-C3`

### Releases v1.12.1

1. Add LittleFS support to `ESP32-C3`.
2. Use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.12.0 to add support to `ESP32-S3`

### Releases v1.12.0

1. Add support to `ESP32-S3` (`ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3`, etc.) using [ESP32 core, esp32-s3-support branch, v2.0.2+](https://github.com/espressif/arduino-esp32/tree/esp32-s3-support)

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.11.0 to reduce v1.10.0 breaking effect

### Releases v1.11.0

1. Reduce the breaking effect of v1.10.0 by enabling compatibility with old code to include only `ESPAsync_WiFiManager.h`. Check [Important Breaking Change from v1.10.0](https://github.com/khoih-prog/ESPAsync_WiFiManager#Important-Breaking-Change-from-v1100)

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.10.0 to fix multiple-definitions linker error

### Releases v1.10.0

1. Fix `multiple-definitions` linker error and weird bug related to `src_cpp`. Check [Different behaviour using the src_cpp or src_h lib #80](#80)
2. Optimize library code by using `reference-passing` instead of `value-passing`