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.12.1 to permit using random channel for softAP without password, to add astyle using `allman` style and to restyle the library

25 Oct 23:41
2a1ac95
Compare
Choose a tag to compare

Releases v1.12.1

  1. Using random channel for softAP without password. Check fix: using random CH for non-password use too #118
  2. Add astyle using allman style. Restyle the library

v1.12.0 to optionally display Credentials (SSIDs, PWDs) in Config Portal

07 Oct 23:58
52021e9
Compare
Choose a tag to compare

Releases v1.12.0

  1. Optionally display Credentials (SSIDs, PWDs) in Config Portal. Check Populate portal wifi with saved credentials #91
  2. Display Credentials Hint on Config Portal
  3. Periodic code clean-up

v1.11.0 to fix ESP32 chipID, to remove dependency on `LittleFS_esp32` library to prevent PIO error

09 Sep 03:16
139a297
Compare
Choose a tag to compare

Releases v1.11.0

  1. Fix ESP32 chipID. Check Help for storing variables in memory (non-volatile) #87
  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.10.2 to Send CORS header in handleWifiSave() function, to Optimize code, to Delete all confusing, function-lacking `minimal` examples and to Display informational warnings only when `_WIFIMGR_LOGLEVEL_ > 3`

13 Mar 20:17
69ec6b3
Compare
Choose a tag to compare

Releases v1.10.2

  1. Send CORS header in handleWifiSave() function. Check Cors header not sent when saving wifi details, even when cors is enabled #80
  2. Optimize code by using passing by reference instead of by value
  3. Delete all confusing, function-lacking minimal examples
  4. Display informational warnings only when _WIFIMGR_LOGLEVEL_ > 3

v1.10.1 to add LittleFS support to `ESP32-C3` and to use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+

12 Feb 00:32
0542cf6
Compare
Choose a tag to compare

Releases v1.10.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.10.0 to add support to ESP32-S3 (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.)

11 Feb 04:52
f72b36f
Compare
Choose a tag to compare

Release v1.8.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+

v1.9.0 to reduce the breaking effect of v1.8.0 by enabling compatibility with old code to include only ESP_WiFiManager.h

18 Jan 03:50
5369660
Compare
Choose a tag to compare

Releases v1.9.0

  1. Reduce the breaking effect of v1.8.0 by enabling compatibility with old code to include only ESP_WiFiManager.h. Check Important Breaking Change from v1.8.0

v1.8.0 to fix `multiple-definitions` linker error and weird bug related to `src_cpp` and to optimize library code by using `reference-passing` instead of `value-passing`

30 Dec 05:06
5c655cb
Compare
Choose a tag to compare

Releases v1.8.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
  2. Optimize library code by using reference-passing instead of value-passing

v1.7.8 to fix bug returning IP `255.255.255.255` in core v2.0.0+ when using `hostname` and to permit using config portal HTTP port different from 80

01 Dec 06:03
d1436e7
Compare
Choose a tag to compare

Releases v1.7.8

  1. To permit using HTTP port different from 80. Check WiFiManager works only on port 80 #75
  2. Fix bug returning IP 255.255.255.255 in core v2.0.0+ when using hostname

v1.7.7 to fix compile error for ESP32 core v1.0.5-

27 Nov 02:53
8e4d8a7
Compare
Choose a tag to compare

Releases v1.7.7

  1. Fix compile error for ESP32 core v1.0.5-