You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
@@ -259,6 +260,10 @@ It's using a web ConfigPortal, served from the `ESP32 / ESP8266`, and operating
259
260
260
261
## Changelog
261
262
263
+
### Releases v1.7.4
264
+
265
+
1. Add WiFi scanning of hidden SSIDs. Check [Add support for Wifi hidden SSID scanning. #66](https://github.com/khoih-prog/ESP_WiFiManager/pull/66)
266
+
262
267
### Releases v1.7.3
263
268
264
269
1. Fix MultiWiFi connection issue with ESP32 core v2.0.0-rc1+
@@ -418,7 +423,7 @@ It's using a web ConfigPortal, served from the `ESP32 / ESP8266`, and operating
418
423
419
424
## Prerequisites
420
425
421
-
1.[`Arduino IDE 1.8.13+` for Arduino](https://www.arduino.cc/en/Main/Software)
426
+
1.[`Arduino IDE 1.8.15+` for Arduino](https://www.arduino.cc/en/Main/Software)
422
427
2.[`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/)
423
428
3.[`ESP32 Core 1.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
424
429
4.[`ESP32-S2/C3 Core 2.0.0-rc1+`](https://github.com/espressif/arduino-esp32) for ESP32-S2/C3-based boards to use experimental ESP32 core v2.0.0-rc1.
@@ -4285,7 +4290,7 @@ This is terminal debug output when running [ConfigOnDoubleReset](examples/Config
4285
4290
4286
4291
```
4287
4292
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32S2_DEV
4288
-
ESP_WiFiManager v1.7.3
4293
+
ESP_WiFiManager v1.7.4
4289
4294
ESP_DoubleResetDetector v1.1.1
4290
4295
[WM] RFC925 Hostname = ConfigOnDoubleReset
4291
4296
[WM] setAPStaticIPConfig
@@ -4335,7 +4340,7 @@ This is terminal debug output when running [ConfigOnDoubleReset](examples/Config
4335
4340
4336
4341
```
4337
4342
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32_DEV
4338
-
ESP_WiFiManager v1.7.3
4343
+
ESP_WiFiManager v1.7.4
4339
4344
ESP_DoubleResetDetector v1.1.1
4340
4345
[WM] RFC925 Hostname = ConfigOnDoubleReset
4341
4346
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
@@ -4445,7 +4450,7 @@ Local Date/Time: Thu May 6 21:29:18 2021
4445
4450
4446
4451
```
4447
4452
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32_DEV
4448
-
ESP_WiFiManager v1.7.3
4453
+
ESP_WiFiManager v1.7.4
4449
4454
ESP_DoubleResetDetector v1.1.1
4450
4455
[WM] RFC925 Hostname = ConfigOnDoubleReset
4451
4456
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
@@ -4496,7 +4501,7 @@ This is terminal debug output when running [ConfigOnDoubleReset](examples/Config
4496
4501
4497
4502
```
4498
4503
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32S2_DEV
4499
-
ESP_WiFiManager v1.7.3
4504
+
ESP_WiFiManager v1.7.4
4500
4505
ESP_DoubleResetDetector v1.1.1
4501
4506
[WM] RFC925 Hostname = ConfigOnDoubleReset
4502
4507
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
@@ -4642,7 +4647,7 @@ Local Date/Time: Thu May 6 21:29:18 2021
4642
4647
4643
4648
```
4644
4649
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32S2_DEV
4645
-
ESP_WiFiManager v1.7.3
4650
+
ESP_WiFiManager v1.7.4
4646
4651
ESP_DoubleResetDetector v1.1.1
4647
4652
[WM] RFC925 Hostname = ConfigOnDoubleReset
4648
4653
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
@@ -4695,7 +4700,7 @@ This is terminal debug output when running [ESP32_FSWebServer_DRD](examples/ESP3
4695
4700
4696
4701
```
4697
4702
Starting ESP32_FSWebServer_DRD with DoubleResetDetect using SPIFFS on ESP32C3_DEV
4698
-
ESP_WiFiManager v1.7.3
4703
+
ESP_WiFiManager v1.7.4
4699
4704
ESP_DoubleResetDetector v1.1.1
4700
4705
FS File: wm_cp.dat, size: 4B
4701
4706
FS File: wm_cp.bak, size: 4B
@@ -4798,6 +4803,10 @@ Submit issues to: [ESP_WiFiManager issues](https://github.com/khoih-prog/ESP_WiF
4798
4803
4799
4804
## Releases
4800
4805
4806
+
### Releases v1.7.4
4807
+
4808
+
1. Add WiFi scanning of hidden SSIDs. Check [Add support for Wifi hidden SSID scanning. #66](https://github.com/khoih-prog/ESP_WiFiManager/pull/66)
4809
+
4801
4810
### Releases v1.7.3
4802
4811
4803
4812
1. Fix MultiWiFi connection issue with ESP32 core v2.0.0-rc1+
@@ -5005,6 +5014,8 @@ See [KenTaylor's version](https://github.com/kentaylor/WiFiManager) for previous
5005
5014
13. Thanks to [yiancar](https://github.com/yiancar) to report the issue and propose a fix in [In AP, DNS server always redirects to 192.168.4.1 no mater what APStaticIP is set to. #58](https://github.com/khoih-prog/ESP_WiFiManager/issues/58) leading to v1.6.1
5006
5015
14. Thanks to [Stephen Lavelle](https://github.com/increpare) and [Ben Peart](https://github.com/benpeart) for requesting enhancement in [_timezoneName never getting set? #51](https://github.com/khoih-prog/ESP_WiFiManager/issues/51) and [How to retrieve timezone? #51](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/51) leading to new v1.7.0
5007
5016
15. Thanks to [energise](https://github.com/energise) to report the issue in [Invalid Json generated #60](https://github.com/khoih-prog/ESP_WiFiManager/issues/60) leading to new v1.7.1
5017
+
16. Thanks to [eth0up](https://github.com/eth0up) to make the PR [Add support for Wifi hidden SSID scanning. #66](https://github.com/khoih-prog/ESP_WiFiManager/pull/66) leading to v1.7.4
5018
+
5008
5019
5009
5020
<table>
5010
5021
<tr>
@@ -5029,7 +5040,10 @@ See [KenTaylor's version](https://github.com/kentaylor/WiFiManager) for previous
"description": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.",
0 commit comments