|
17 | 17 | * [Why using Async](#why-using-async)
|
18 | 18 | * [Currently supported Boards](#currently-supported-boards)
|
19 | 19 | * [Changelog](#changelog)
|
| 20 | + * [Releases v1.2.3](#releases-v123) |
20 | 21 | * [Releases v1.2.2](#releases-v122)
|
21 | 22 | * [Releases v1.2.1](#releases-v121)
|
22 | 23 | * [Major Releases v1.2.0](#major-releases-v120)
|
@@ -144,6 +145,10 @@ This [**BlynkESP32_BT_WF** library](https://github.com/khoih-prog/BlynkESP32_BT_
|
144 | 145 |
|
145 | 146 | ## Changelog
|
146 | 147 |
|
| 148 | +### Releases v1.2.3 |
| 149 | + |
| 150 | +1. To permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check [**Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27**](https://github.com/khoih-prog/Blynk_WM/issues/27) |
| 151 | + |
147 | 152 | ### Releases v1.2.2
|
148 | 153 |
|
149 | 154 | 1. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
|
@@ -1208,7 +1213,7 @@ The following is the sample terminal output when running example [Async_ESP8266W
|
1208 | 1213 |
|
1209 | 1214 | ```
|
1210 | 1215 | Starting Async_ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
|
1211 |
| -Blynk_Async_WM SSL for ESP8266 v1.2.2 |
| 1216 | +Blynk_Async_WM SSL for ESP8266 v1.2.3 |
1212 | 1217 | ESP_MultiResetDetector v1.1.1
|
1213 | 1218 | LittleFS Flag read = 0xFFFE0001
|
1214 | 1219 | multiResetDetectorFlag = 0xFFFE0001
|
@@ -1288,7 +1293,7 @@ BBBBBB
|
1288 | 1293 |
|
1289 | 1294 | ```
|
1290 | 1295 | Starting Async_ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
|
1291 |
| -Blynk_Async_WM SSL for ESP8266 v1.2.2 |
| 1296 | +Blynk_Async_WM SSL for ESP8266 v1.2.3 |
1292 | 1297 | ESP_MultiResetDetector v1.1.1
|
1293 | 1298 | LittleFS Flag read = 0xFFFC0003
|
1294 | 1299 | multiResetDetectorFlag = 0xFFFC0003
|
@@ -1399,7 +1404,7 @@ F[229521] id: = HueNet1
|
1399 | 1404 |
|
1400 | 1405 | ```
|
1401 | 1406 | Starting Async_ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
|
1402 |
| -Blynk_Async_WM SSL for ESP8266 v1.2.2 |
| 1407 | +Blynk_Async_WM SSL for ESP8266 v1.2.3 |
1403 | 1408 | ESP_MultiResetDetector v1.1.1
|
1404 | 1409 | LittleFS Flag read = 0xFFFE0001
|
1405 | 1410 | multiResetDetectorFlag = 0xFFFE0001
|
@@ -1485,7 +1490,7 @@ The following is the sample terminal output when running example [Async_ESP32WM_
|
1485 | 1490 |
|
1486 | 1491 | ```
|
1487 | 1492 | Starting Async_ESP32WM_MRD_Config using LittleFS with SSL on ESP32_DEV
|
1488 |
| -Blynk_Async_WM SSL for ESP32 v1.2.2 |
| 1493 | +Blynk_Async_WM SSL for ESP32 v1.2.3 |
1489 | 1494 | ESP_MultiResetDetector v1.1.1
|
1490 | 1495 | LittleFS Flag read = 0xFFFE0001
|
1491 | 1496 | multiResetDetectorFlag = 0xFFFE0001
|
@@ -1564,7 +1569,7 @@ Pubs Topics = default-mqtt-PubTopic
|
1564 | 1569 |
|
1565 | 1570 | ```
|
1566 | 1571 | Starting Async_ESP32WM_MRD_Config using LittleFS with SSL on ESP32_DEV
|
1567 |
| -Blynk_Async_WM SSL for ESP32 v1.2.2 |
| 1572 | +Blynk_Async_WM SSL for ESP32 v1.2.3 |
1568 | 1573 | ESP_MultiResetDetector v1.1.1
|
1569 | 1574 | LittleFS Flag read = 0xFFFC0003
|
1570 | 1575 | multiResetDetectorFlag = 0xFFFC0003
|
@@ -1669,7 +1674,7 @@ RFRFRF[188660] id: = HueNet1
|
1669 | 1674 |
|
1670 | 1675 | ```
|
1671 | 1676 | Starting Async_ESP32WM_MRD_Config using LittleFS with SSL on ESP32_DEV
|
1672 |
| -Blynk_Async_WM SSL for ESP32 v1.2.2 |
| 1677 | +Blynk_Async_WM SSL for ESP32 v1.2.3 |
1673 | 1678 | ESP_MultiResetDetector v1.1.1
|
1674 | 1679 | LittleFS Flag read = 0xFFFE0001
|
1675 | 1680 | multiResetDetectorFlag = 0xFFFE0001
|
@@ -1806,7 +1811,7 @@ The following is the sample terminal output when running example [Async_ESP32_Mu
|
1806 | 1811 |
|
1807 | 1812 | ```
|
1808 | 1813 | Starting Async_ESP32_MultiTask using LittleFS without SSL on ESP32_DEV
|
1809 |
| -Blynk_Async_WM for ESP32 v1.2.2 |
| 1814 | +Blynk_Async_WM for ESP32 v1.2.3 |
1810 | 1815 | ESP_DoubleResetDetector v1.1.1
|
1811 | 1816 | [1431] Hostname=ESP32-Async-MTask
|
1812 | 1817 | [1517] LoadCfgFile
|
@@ -2018,7 +2023,7 @@ Blynk.resetAndEnterConfigPortal();
|
2018 | 2023 |
|
2019 | 2024 | ```
|
2020 | 2025 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV
|
2021 |
| -Blynk_Async_WM SSL for ESP32 v1.2.2 |
| 2026 | +Blynk_Async_WM SSL for ESP32 v1.2.3 |
2022 | 2027 | ESP_MultiResetDetector v1.1.1
|
2023 | 2028 | LittleFS Flag read = 0xFFFE0001
|
2024 | 2029 | multiResetDetectorFlag = 0xFFFE0001
|
@@ -2109,7 +2114,7 @@ Non-Persistent CP will be removed after first reset, even you didn't enter the C
|
2109 | 2114 |
|
2110 | 2115 | ```
|
2111 | 2116 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV
|
2112 |
| -Blynk_Async_WM SSL for ESP32 v1.2.2 |
| 2117 | +Blynk_Async_WM SSL for ESP32 v1.2.3 |
2113 | 2118 | ESP_MultiResetDetector v1.1.1
|
2114 | 2119 | LittleFS Flag read = 0xFFFE0001
|
2115 | 2120 | multiResetDetectorFlag = 0xFFFE0001
|
@@ -2224,7 +2229,7 @@ RF[66298] id: = HueNet1
|
2224 | 2229 |
|
2225 | 2230 | ```
|
2226 | 2231 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV
|
2227 |
| -Blynk_Async_WM SSL for ESP32 v1.2.2 |
| 2232 | +Blynk_Async_WM SSL for ESP32 v1.2.3 |
2228 | 2233 | ESP_MultiResetDetector v1.1.1
|
2229 | 2234 | LittleFS Flag read = 0xFFFE0001
|
2230 | 2235 | multiResetDetectorFlag = 0xFFFE0001
|
@@ -2323,7 +2328,7 @@ Blynk.resetAndEnterConfigPortalPersistent();
|
2323 | 2328 |
|
2324 | 2329 | ```
|
2325 | 2330 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV
|
2326 |
| -Blynk_Async_WM SSL for ESP32 v1.2.2 |
| 2331 | +Blynk_Async_WM SSL for ESP32 v1.2.3 |
2327 | 2332 | ESP_MultiResetDetector v1.1.1
|
2328 | 2333 | LittleFS Flag read = 0xFFFE0001
|
2329 | 2334 | multiResetDetectorFlag = 0xFFFE0001
|
@@ -2414,7 +2419,7 @@ Persistent CP will remain after resets. The only way to get rid of Config Portal
|
2414 | 2419 |
|
2415 | 2420 | ```
|
2416 | 2421 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV
|
2417 |
| -Blynk_Async_WM SSL for ESP32 v1.2.2 |
| 2422 | +Blynk_Async_WM SSL for ESP32 v1.2.3 |
2418 | 2423 | ESP_MultiResetDetector v1.1.1
|
2419 | 2424 | LittleFS Flag read = 0xFFFE0001
|
2420 | 2425 | multiResetDetectorFlag = 0xFFFE0001
|
@@ -2526,7 +2531,7 @@ Enter CP, input (even fake data or none) and `Save` config data to exit persiste
|
2526 | 2531 |
|
2527 | 2532 | ```
|
2528 | 2533 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV
|
2529 |
| -Blynk_Async_WM SSL for ESP32 v1.2.2 |
| 2534 | +Blynk_Async_WM SSL for ESP32 v1.2.3 |
2530 | 2535 | ESP_MultiResetDetector v1.1.1
|
2531 | 2536 | LittleFS Flag read = 0xFFFE0001
|
2532 | 2537 | multiResetDetectorFlag = 0xFFFE0001
|
@@ -2640,6 +2645,10 @@ Sometimes, the library will only work if you update the board core to the latest
|
2640 | 2645 |
|
2641 | 2646 | ## Releases
|
2642 | 2647 |
|
| 2648 | +### Releases v1.2.3 |
| 2649 | + |
| 2650 | +1. To permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check [**Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27**](https://github.com/khoih-prog/Blynk_WM/issues/27) |
| 2651 | + |
2643 | 2652 | ### Releases v1.2.2
|
2644 | 2653 |
|
2645 | 2654 | 1. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
|
@@ -2682,6 +2691,8 @@ Submit issues to: [Blynk_Async_WM issues](https://github.com/khoih-prog/Blynk_As
|
2682 | 2691 |
|
2683 | 2692 | 1. Fix bug. Add enhancement
|
2684 | 2693 |
|
| 2694 | +--- |
| 2695 | + |
2685 | 2696 | ## DONE
|
2686 | 2697 |
|
2687 | 2698 | 1. Permit EEPROM size and location configurable to avoid conflict with others.
|
@@ -2724,6 +2735,7 @@ Submit issues to: [Blynk_Async_WM issues](https://github.com/khoih-prog/Blynk_As
|
2724 | 2735 | Check these new features thanks to his direct contribution and/or enhancement requests :
|
2725 | 2736 | * [WM Config Portal using BlynkSimpleEsp32/8266_WM.h](https://community.blynk.cc/t/wm-config-portal-using-blynksimpleesp32-8266-wm-h/45402).
|
2726 | 2737 | * [How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25)
|
| 2738 | + * [Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27](https://github.com/khoih-prog/Blynk_WM/issues/27) |
2727 | 2739 | 4. Thanks to good work of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip) for working with, developing, debugging and testing.
|
2728 | 2740 |
|
2729 | 2741 |
|
|
0 commit comments