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 9, 2022. It is now read-only.
@@ -143,6 +144,10 @@ This [**BlynkESP32_BT_WF** library](https://github.com/khoih-prog/BlynkESP32_BT_
143
144
144
145
## Changelog
145
146
147
+
### Releases v1.2.2
148
+
149
+
1. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
150
+
146
151
### Releases v1.2.1
147
152
148
153
1. Add functions to control Config Portal from software or Virtual Switches. Check [How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25)
@@ -1203,7 +1208,7 @@ The following is the sample terminal output when running example [Async_ESP8266W
1203
1208
1204
1209
```
1205
1210
Starting Async_ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
1206
-
Blynk_Async_WM SSL for ESP8266 v1.2.1
1211
+
Blynk_Async_WM SSL for ESP8266 v1.2.2
1207
1212
ESP_MultiResetDetector v1.1.1
1208
1213
LittleFS Flag read = 0xFFFE0001
1209
1214
multiResetDetectorFlag = 0xFFFE0001
@@ -1283,7 +1288,7 @@ BBBBBB
1283
1288
1284
1289
```
1285
1290
Starting Async_ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
1286
-
Blynk_Async_WM SSL for ESP8266 v1.2.1
1291
+
Blynk_Async_WM SSL for ESP8266 v1.2.2
1287
1292
ESP_MultiResetDetector v1.1.1
1288
1293
LittleFS Flag read = 0xFFFC0003
1289
1294
multiResetDetectorFlag = 0xFFFC0003
@@ -1394,7 +1399,7 @@ F[229521] id: = HueNet1
1394
1399
1395
1400
```
1396
1401
Starting Async_ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
1397
-
Blynk_Async_WM SSL for ESP8266 v1.2.1
1402
+
Blynk_Async_WM SSL for ESP8266 v1.2.2
1398
1403
ESP_MultiResetDetector v1.1.1
1399
1404
LittleFS Flag read = 0xFFFE0001
1400
1405
multiResetDetectorFlag = 0xFFFE0001
@@ -1480,7 +1485,7 @@ The following is the sample terminal output when running example [Async_ESP32WM_
1480
1485
1481
1486
```
1482
1487
Starting Async_ESP32WM_MRD_Config using LittleFS with SSL on ESP32_DEV
Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV
2321
-
Blynk_Async_WM SSL for ESP32 v1.2.1
2326
+
Blynk_Async_WM SSL for ESP32 v1.2.2
2322
2327
ESP_MultiResetDetector v1.1.1
2323
2328
LittleFS Flag read = 0xFFFE0001
2324
2329
multiResetDetectorFlag = 0xFFFE0001
@@ -2409,7 +2414,7 @@ Persistent CP will remain after resets. The only way to get rid of Config Portal
2409
2414
2410
2415
```
2411
2416
Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV
2412
-
Blynk_Async_WM SSL for ESP32 v1.2.1
2417
+
Blynk_Async_WM SSL for ESP32 v1.2.2
2413
2418
ESP_MultiResetDetector v1.1.1
2414
2419
LittleFS Flag read = 0xFFFE0001
2415
2420
multiResetDetectorFlag = 0xFFFE0001
@@ -2521,7 +2526,7 @@ Enter CP, input (even fake data or none) and `Save` config data to exit persiste
2521
2526
2522
2527
```
2523
2528
Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV
2524
-
Blynk_Async_WM SSL for ESP32 v1.2.1
2529
+
Blynk_Async_WM SSL for ESP32 v1.2.2
2525
2530
ESP_MultiResetDetector v1.1.1
2526
2531
LittleFS Flag read = 0xFFFE0001
2527
2532
multiResetDetectorFlag = 0xFFFE0001
@@ -2635,6 +2640,10 @@ Sometimes, the library will only work if you update the board core to the latest
2635
2640
2636
2641
## Releases
2637
2642
2643
+
### Releases v1.2.2
2644
+
2645
+
1. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
2646
+
2638
2647
### Releases v1.2.1
2639
2648
2640
2649
1. Add functions to control Config Portal from software or Virtual Switches. Check [How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25)
Copy file name to clipboardExpand all lines: library.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "Blynk_Async_WM",
3
-
"version": "1.2.1",
3
+
"version": "1.2.2",
4
4
"description": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.",
0 commit comments