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.
Copy file name to clipboardExpand all lines: README.md
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
14
14
*[Why do we need this ESPAsync_WiFiManager library](#why-do-we-need-this-async-espasync_wifimanager-library)
15
15
*[Changelog](#changelog)
16
+
*[Releases v1.4.1](#releases-v141)
16
17
*[Major Releases v1.4.0](#major-releases-v140)
17
18
*[Releases v1.3.0](#releases-v130)
18
19
*[Releases v1.2.0](#releases-v120)
@@ -156,6 +157,11 @@ To appreciate the power of the [ESPAsyncWebServer](https://github.com/me-no-dev/
156
157
157
158
## Changelog
158
159
160
+
### Releases v1.4.1
161
+
162
+
1. Fix bug.
163
+
2. Fix compiler warnings.
164
+
159
165
### Major Releases v1.4.0
160
166
161
167
1. Fix staticIP not saved in examples. See [ESP32 static IP not saved after restarting the device](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/19)
@@ -3087,7 +3093,7 @@ This is terminal debug output when running [Async_ConfigOnDRD_FS_MQTT_Ptr_Medium
3087
3093
3088
3094
```
3089
3095
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Medium using LittleFS on ESP32_DEV
3090
-
ESPAsync_WiFiManager v1.4.0
3096
+
ESPAsync_WiFiManager v1.4.1
3091
3097
ESP_DoubleResetDetector Version v1.1.0
3092
3098
Config File not found
3093
3099
Can't read Config File, using default values
@@ -3106,7 +3112,7 @@ Opening Configuration Portal. No timeout : DRD or No stored Credentials..
3106
3112
3107
3113
```
3108
3114
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Medium using LittleFS on ESP32_DEV
3109
-
ESPAsync_WiFiManager v1.4.0
3115
+
ESPAsync_WiFiManager v1.4.1
3110
3116
ESP_DoubleResetDetector Version v1.1.0
3111
3117
Config File not found
3112
3118
Can't read Config File, using default values
@@ -3194,7 +3200,7 @@ This is terminal debug output when running [Async_ConfigOnDRD_FS_MQTT_Ptr_Comple
3194
3200
3195
3201
```
3196
3202
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Complex using LittleFS on ESP8266_NODEMCU
@@ -3324,7 +3330,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3324
3330
3325
3331
```cpp
3326
3332
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using SPIFFS on ESP32_DEV
3327
-
ESPAsync_WiFiManager v1.4.0
3333
+
ESPAsync_WiFiManager v1.4.1
3328
3334
ESP_DoubleResetDetector Version v1.1.0
3329
3335
[WM] RFC925 Hostname = ConfigOnDoubleReset
3330
3336
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -3383,7 +3389,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3383
3389
3384
3390
```cpp
3385
3391
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP8266_NODEMCU
3386
-
ESPAsync_WiFiManager v1.4.0
3392
+
ESPAsync_WiFiManager v1.4.1
3387
3393
ESP_DoubleResetDetector Version v1.1.0
3388
3394
[WM] RFC925 Hostname = ConfigOnDoubleReset
3389
3395
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -3443,7 +3449,7 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
3443
3449
3444
3450
```cpp
3445
3451
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
3446
-
ESPAsync_WiFiManager v1.4.0
3452
+
ESPAsync_WiFiManager v1.4.1
3447
3453
ESP_DoubleResetDetector Version v1.1.0
3448
3454
Opening / directory
3449
3455
FS File: CanadaFlag_1.png, size: 40.25KB
@@ -3521,7 +3527,7 @@ This is terminal debug output when running [Async_ESP32_FSWebServer_DRD](example
3521
3527
3522
3528
```
3523
3529
Starting Async_ESP32_FSWebServer_DRD using LittleFS on ESP32_DEV
3524
-
ESPAsync_WiFiManager v1.4.0
3530
+
ESPAsync_WiFiManager v1.4.1
3525
3531
ESP_DoubleResetDetector Version v1.1.0
3526
3532
FS File: /CanadaFlag_1.png, size: 40.25KB
3527
3533
FS File: /CanadaFlag_2.png, size: 8.12KB
@@ -3661,6 +3667,11 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
3661
3667
3662
3668
## Releases
3663
3669
3670
+
### Releases v1.4.1
3671
+
3672
+
1. Fix bug.
3673
+
2. Fix compiler warnings.
3674
+
3664
3675
### Major Releases v1.4.0
3665
3676
3666
3677
1. Fix staticIP not saved in examples. See [ESP32 static IP not saved after restarting the device](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/19)
"description": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal. This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.",
0 commit comments