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.
@@ -224,6 +225,11 @@ This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_W
224
225
225
226
## Changelog
226
227
228
+
### Releases v1.8.1
229
+
230
+
1. Fix bug.
231
+
2. Don't display invalid time when not synch yet.
232
+
227
233
### Major Releases v1.8.0
228
234
229
235
1. Add auto-Timezone feature with variable `_timezoneName` (e.g. `America/New_York`) and function to retrieve TZ (e.g. `EST5EDT,M3.2.0,M11.1.0`) to use directly to configure ESP32/ESP8266 timezone. Check [How to retrieve timezone? #51](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/51)
@@ -3947,7 +3959,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3947
3959
3948
3960
```cpp
3949
3961
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using SPIFFS on ESP32_DEV
3950
-
ESPAsync_WiFiManager v1.8.0
3962
+
ESPAsync_WiFiManager v1.8.1
3951
3963
ESP_DoubleResetDetector v1.1.1
3952
3964
[WM] RFC925 Hostname = ConfigOnDoubleReset
3953
3965
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -4006,7 +4018,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
4006
4018
4007
4019
```cpp
4008
4020
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP8266_NODEMCU
4009
-
ESPAsync_WiFiManager v1.8.0
4021
+
ESPAsync_WiFiManager v1.8.1
4010
4022
ESP_DoubleResetDetector v1.1.1
4011
4023
[WM] RFC925 Hostname = ConfigOnDoubleReset
4012
4024
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -4066,7 +4078,7 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
4066
4078
4067
4079
```cpp
4068
4080
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
4069
-
ESPAsync_WiFiManager v1.8.0
4081
+
ESPAsync_WiFiManager v1.8.1
4070
4082
ESP_DoubleResetDetector v1.1.1
4071
4083
Opening / directory
4072
4084
FS File: CanadaFlag_1.png, size: 40.25KB
@@ -4144,7 +4156,7 @@ This is terminal debug output when running [Async_ESP32_FSWebServer_DRD](example
4144
4156
4145
4157
```
4146
4158
Starting Async_ESP32_FSWebServer_DRD using LittleFS on ESP32_DEV
4147
-
ESPAsync_WiFiManager v1.8.0
4159
+
ESPAsync_WiFiManager v1.8.1
4148
4160
ESP_DoubleResetDetector v1.1.1
4149
4161
FS File: /CanadaFlag_1.png, size: 40.25KB
4150
4162
FS File: /CanadaFlag_2.png, size: 8.12KB
@@ -4255,7 +4267,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
4255
4267
4256
4268
```
4257
4269
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32S2_DEV
4258
-
ESPAsync_WiFiManager v1.8.0
4270
+
ESPAsync_WiFiManager v1.8.1
4259
4271
ESP_DoubleResetDetector v1.1.1
4260
4272
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
4261
4273
[WM] * Add SSID = HueNet1 , PW = 12345678
@@ -4292,7 +4304,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
4292
4304
4293
4305
```
4294
4306
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
4295
-
ESPAsync_WiFiManager v1.8.0
4307
+
ESPAsync_WiFiManager v1.8.1
4296
4308
ESP_DoubleResetDetector v1.1.1
4297
4309
ESP Self-Stored: SSID = HueNet1, Pass = password
4298
4310
[WM] * Add SSID = HueNet1 , PW = password
@@ -4336,7 +4348,7 @@ Local Date/Time: Sat May 1 00:17:30 2021
4336
4348
4337
4349
```
4338
4350
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
4339
-
ESPAsync_WiFiManager v1.8.0
4351
+
ESPAsync_WiFiManager v1.8.1
4340
4352
ESP_DoubleResetDetector v1.1.1
4341
4353
ESP Self-Stored: SSID = HueNet1, Pass = password
4342
4354
[WM] * Add SSID = HueNet1 , PW = password
@@ -4383,7 +4395,7 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
4383
4395
4384
4396
```
4385
4397
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
4386
-
ESPAsync_WiFiManager v1.8.0
4398
+
ESPAsync_WiFiManager v1.8.1
4387
4399
ESP_DoubleResetDetector v1.1.1
4388
4400
Opening / directory
4389
4401
FS File: drd.dat, size: 4B
@@ -4456,7 +4468,7 @@ Local Date/Time: Sat May 1 03:12:54 2021
4456
4468
4457
4469
```
4458
4470
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
4459
-
ESPAsync_WiFiManager v1.8.0
4471
+
ESPAsync_WiFiManager v1.8.1
4460
4472
ESP_DoubleResetDetector v1.1.1
4461
4473
Opening / directory
4462
4474
FS File: drd.dat, size: 4B
@@ -4546,6 +4558,11 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
4546
4558
4547
4559
## Releases
4548
4560
4561
+
### Releases v1.8.1
4562
+
4563
+
1. Fix bug.
4564
+
2. Don't display invalid time when not synch yet.
4565
+
4549
4566
### Major Releases v1.8.0
4550
4567
4551
4568
1. Add auto-Timezone feature with variable `_timezoneName` (e.g. `America/New_York`) and function to retrieve TZ (e.g. `EST5EDT,M3.2.0,M11.1.0`) to use directly to configure ESP32/ESP8266 timezone. Check [How to retrieve timezone? #51](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/51)
0 commit comments