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.
### Releases v1.9.1
1. Fix warnings and verify compatibility with new ESP8266 core v3.0.0
2. Autodetect ESP8266 core v1.7.4- or new ESP8266 core v3.0.0 to use the new breaking features
*[8.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP](#82-data-saved--connect-to-wifi-with-correct-local-time-tz-set-and-using-ntp)
163
164
*[8.3 Normal running with correct local time, TZ set and using NTP](#83-normal-running-with-correct-local-time-tz-set-and-using-ntp)
164
-
*[9. Async_ESP_FSWebServer_DRD on ESP8266_NODEMCU](#9-async_esp_fswebserver_drd-on-esp8266_nodemcu)
165
+
*[9. Async_ESP_FSWebServer_DRD on ESP8266_NODEMCU_ESP12E](#9-async_esp_fswebserver_drd-on-ESP8266_NODEMCU_ESP12E)
*[9.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP](#92-data-saved--connect-to-wifi-with-correct-local-time-tz-set-and-using-ntp)
167
168
*[9.3 Normal running with correct local time, TZ set and using NTP](#93-normal-running-with-correct-local-time-tz-set-and-using-ntp)
@@ -226,6 +227,11 @@ This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_W
226
227
227
228
## Changelog
228
229
230
+
### Releases v1.9.1
231
+
232
+
1. Fix warnings and verify compatibility with new ESP8266 core v3.0.0
233
+
2. Autodetect ESP8266 core v1.7.4- or new ESP8266 core v3.0.0 to use the new breaking features
234
+
229
235
### Releases v1.9.0
230
236
231
237
1. Add WiFi `/scan` page.
@@ -344,7 +350,7 @@ This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_W
344
350
## Prerequisites
345
351
346
352
1.[`Arduino IDE 1.8.13+` for Arduino](https://www.arduino.cc/en/Main/Software)
347
-
2.[`ESP8266 Core 2.7.4+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/)
353
+
2.[`ESP8266 Core 3.0.0+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/)
348
354
3.[`ESP32 Core 1.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
349
355
4.[`ESP32-S2/C3 Core 1.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-S2/C3-based boards. Must follow [HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE](#howto-install-esp32-core-for-esp32-s2-saola-ai-thinker-esp-12k-and-esp32-c3-boards-into-arduino-ide).
350
356
5.[`ESPAsyncWebServer v1.2.3+`](https://github.com/me-no-dev/ESPAsyncWebServer) for all ESP32/ESP8266-based boards.
#### 1. [Async_ConfigOnDRD_FS_MQTT_Ptr_Medium](examples/Async_ConfigOnDRD_FS_MQTT_Ptr_Medium) on ESP32_DEV
3725
3731
@@ -3729,7 +3735,7 @@ This is terminal debug output when running [Async_ConfigOnDRD_FS_MQTT_Ptr_Medium
3729
3735
3730
3736
```
3731
3737
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Medium using LittleFS on ESP32_DEV
3732
-
ESPAsync_WiFiManager v1.9.0
3738
+
ESPAsync_WiFiManager v1.9.1
3733
3739
ESP_DoubleResetDetector v1.1.1
3734
3740
Config File not found
3735
3741
Can't read Config File, using default values
@@ -3748,7 +3754,7 @@ Opening Configuration Portal. No timeout : DRD or No stored Credentials..
3748
3754
3749
3755
```
3750
3756
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Medium using LittleFS on ESP32_DEV
3751
-
ESPAsync_WiFiManager v1.9.0
3757
+
ESPAsync_WiFiManager v1.9.1
3752
3758
ESP_DoubleResetDetector v1.1.1
3753
3759
Config File not found
3754
3760
Can't read Config File, using default values
@@ -3828,15 +3834,15 @@ TWWWW
3828
3834
3829
3835
---
3830
3836
3831
-
#### 2. [Async_ConfigOnDRD_FS_MQTT_Ptr_Complex](examples/Async_ConfigOnDRD_FS_MQTT_Ptr_Complex) on ESP8266_NODEMCU
3837
+
#### 2. [Async_ConfigOnDRD_FS_MQTT_Ptr_Complex](examples/Async_ConfigOnDRD_FS_MQTT_Ptr_Complex) on ESP8266_NODEMCU_ESP12E
3832
3838
3833
-
This is terminal debug output when running [Async_ConfigOnDRD_FS_MQTT_Ptr_Complex](examples/Async_ConfigOnDRD_FS_MQTT_Ptr_Complex) on **ESP8266_NODEMCU 1.0.**. Config Portal was requested to input and save MQTT Credentials. The boards then connected to Adafruit MQTT Server successfully.
3839
+
This is terminal debug output when running [Async_ConfigOnDRD_FS_MQTT_Ptr_Complex](examples/Async_ConfigOnDRD_FS_MQTT_Ptr_Complex) on **ESP8266_NODEMCU_ESP12E 1.0.**. Config Portal was requested to input and save MQTT Credentials. The boards then connected to Adafruit MQTT Server successfully.
3834
3840
3835
3841
##### 2.1 With Config Data => Run normally
3836
3842
3837
3843
```
3838
-
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Complex using LittleFS on ESP8266_NODEMCU
3839
-
ESPAsync_WiFiManager v1.9.0
3844
+
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Complex using LittleFS on ESP8266_NODEMCU_ESP12E
#### 4. [Async_ConfigOnDoubleReset](examples/Async_ConfigOnDoubleReset) on ESP8266_NODEMCU
4028
+
#### 4. [Async_ConfigOnDoubleReset](examples/Async_ConfigOnDoubleReset) on ESP8266_NODEMCU_ESP12E
4023
4029
4024
-
This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/Async_ConfigOnDoubleReset) on **ESP8266_NODEMCU.**. Config Portal was requested by DRD to input and save Credentials. The boards then connected to WiFi using new Static IP successfully. WiFi AP **HueNet1** is then lost, and board **autoreconnects** itself to backup WiFi AP **HueNet2**.
4030
+
This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/Async_ConfigOnDoubleReset) on **ESP8266_NODEMCU_ESP12E.**. Config Portal was requested by DRD to input and save Credentials. The boards then connected to WiFi using new Static IP successfully. WiFi AP **HueNet1** is then lost, and board **autoreconnects** itself to backup WiFi AP **HueNet2**.
4025
4031
4026
4032
```cpp
4027
-
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP8266_NODEMCU
4028
-
ESPAsync_WiFiManager v1.9.0
4033
+
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP8266_NODEMCU_ESP12E
4034
+
ESPAsync_WiFiManager v1.9.1
4029
4035
ESP_DoubleResetDetector v1.1.1
4030
4036
[WM] RFC925 Hostname = ConfigOnDoubleReset
4031
4037
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -4079,13 +4085,13 @@ HHHHHHHHHH HHHHHHHHHH HHH
4079
4085
4080
4086
---
4081
4087
4082
-
#### 5. [Async_ESP_FSWebServer_DRD](examples/Async_ESP_FSWebServer_DRD) on ESP8266_NODEMCU
4088
+
#### 5. [Async_ESP_FSWebServer_DRD](examples/Async_ESP_FSWebServer_DRD) on ESP8266_NODEMCU_ESP12E
4083
4089
4084
-
This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/Async_ESP_FSWebServer_DRD) on **ESP8266_NODEMCU.**. Config Portal was requested by DRD to input and save Credentials. The boards then connected to WiFi using new Static IP successfully.
4090
+
This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/Async_ESP_FSWebServer_DRD) on **ESP8266_NODEMCU_ESP12E.**. Config Portal was requested by DRD to input and save Credentials. The boards then connected to WiFi using new Static IP successfully.
4085
4091
4086
4092
```cpp
4087
-
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
4088
-
ESPAsync_WiFiManager v1.9.0
4093
+
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
4094
+
ESPAsync_WiFiManager v1.9.1
4089
4095
ESP_DoubleResetDetector v1.1.1
4090
4096
Opening / directory
4091
4097
FS File: CanadaFlag_1.png, size: 40.25KB
@@ -4163,7 +4169,7 @@ This is terminal debug output when running [Async_ESP32_FSWebServer_DRD](example
4163
4169
4164
4170
```
4165
4171
Starting Async_ESP32_FSWebServer_DRD using LittleFS on ESP32_DEV
4166
-
ESPAsync_WiFiManager v1.9.0
4172
+
ESPAsync_WiFiManager v1.9.1
4167
4173
ESP_DoubleResetDetector v1.1.1
4168
4174
FS File: /CanadaFlag_1.png, size: 40.25KB
4169
4175
FS File: /CanadaFlag_2.png, size: 8.12KB
@@ -4274,7 +4280,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
4274
4280
4275
4281
```
4276
4282
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32S2_DEV
4277
-
ESPAsync_WiFiManager v1.9.0
4283
+
ESPAsync_WiFiManager v1.9.1
4278
4284
ESP_DoubleResetDetector v1.1.1
4279
4285
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
4280
4286
[WM] * Add SSID = HueNet1 , PW = 12345678
@@ -4311,7 +4317,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
4311
4317
4312
4318
```
4313
4319
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
4314
-
ESPAsync_WiFiManager v1.9.0
4320
+
ESPAsync_WiFiManager v1.9.1
4315
4321
ESP_DoubleResetDetector v1.1.1
4316
4322
ESP Self-Stored: SSID = HueNet1, Pass = password
4317
4323
[WM] * Add SSID = HueNet1 , PW = password
@@ -4355,7 +4361,7 @@ Local Date/Time: Sat May 1 00:17:30 2021
4355
4361
4356
4362
```
4357
4363
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
4358
-
ESPAsync_WiFiManager v1.9.0
4364
+
ESPAsync_WiFiManager v1.9.1
4359
4365
ESP_DoubleResetDetector v1.1.1
4360
4366
ESP Self-Stored: SSID = HueNet1, Pass = password
4361
4367
[WM] * Add SSID = HueNet1 , PW = password
@@ -4394,15 +4400,15 @@ Local Date/Time: Sat May 1 00:15:19 2021
4394
4400
4395
4401
---
4396
4402
4397
-
#### 9. [Async_ESP_FSWebServer_DRD](examples/Async_ESP_FSWebServer_DRD) on ESP8266_NODEMCU
4403
+
#### 9. [Async_ESP_FSWebServer_DRD](examples/Async_ESP_FSWebServer_DRD) on ESP8266_NODEMCU_ESP12E
4398
4404
4399
-
This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/Async_ESP_FSWebServer_DRD) on **ESP8266_NODEMCU.**. Config Portal was requested by DRD to input and save Credentials. The boards then connected to WiFi using new Static IP successfully, with correct local time, TZ set and using NTP
4405
+
This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/Async_ESP_FSWebServer_DRD) on **ESP8266_NODEMCU_ESP12E.**. Config Portal was requested by DRD to input and save Credentials. The boards then connected to WiFi using new Static IP successfully, with correct local time, TZ set and using NTP
4400
4406
4401
4407
#### 9.1 DRD => Config Portal
4402
4408
4403
4409
```
4404
-
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
4405
-
ESPAsync_WiFiManager v1.9.0
4410
+
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
4411
+
ESPAsync_WiFiManager v1.9.1
4406
4412
ESP_DoubleResetDetector v1.1.1
4407
4413
Opening / directory
4408
4414
FS File: drd.dat, size: 4B
@@ -4474,8 +4480,8 @@ Local Date/Time: Sat May 1 03:12:54 2021
4474
4480
#### 9.3 Normal running with correct local time, TZ set and using NTP
4475
4481
4476
4482
```
4477
-
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
4478
-
ESPAsync_WiFiManager v1.9.0
4483
+
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
4484
+
ESPAsync_WiFiManager v1.9.1
4479
4485
ESP_DoubleResetDetector v1.1.1
4480
4486
Opening / directory
4481
4487
FS File: drd.dat, size: 4B
@@ -4565,6 +4571,11 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
4565
4571
4566
4572
## Releases
4567
4573
4574
+
### Releases v1.9.1
4575
+
4576
+
1. Fix warnings and verify compatibility with new ESP8266 core v3.0.0
4577
+
2. Autodetect ESP8266 core v1.7.4- or new ESP8266 core v3.0.0 to use the new breaking features
0 commit comments