|
18 | 18 | * [Why using SSL insecured mode now](#why-using-ssl-insecured-mode-now) |
19 | 19 | * [Currently supported Boards](#currently-supported-boards) |
20 | 20 | * [Changelog](#changelog) |
| 21 | + * [Releases v1.4.1](#releases-v141) |
21 | 22 | * [Major Releases v1.4.0](#major-releases-v140) |
22 | 23 | * [Major Releases v1.3.0](#major-releases-v130) |
23 | 24 | * [Releases v1.2.3](#releases-v123) |
@@ -184,6 +185,10 @@ This [**BlynkESP32_BT_WF** library](https://github.com/khoih-prog/BlynkESP32_BT_ |
184 | 185 |
|
185 | 186 | ## Changelog |
186 | 187 |
|
| 188 | +### Releases v1.4.1 |
| 189 | + |
| 190 | +1. Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32. Check [Custom Blynk port not working for BlynkSimpleEsp32_Async_WM.h #4](https://github.com/khoih-prog/Blynk_Async_WM/issues/4) |
| 191 | + |
187 | 192 | ### Major Releases v1.4.0 |
188 | 193 |
|
189 | 194 | 1. Add **LittleFS and SPIFFS** support to new **ESP32-S2** boards (**Arduino ESP32C3_DEV**). Check [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). |
@@ -1844,7 +1849,7 @@ The following is the sample terminal output when running example [Async_ESP32WM_ |
1844 | 1849 |
|
1845 | 1850 | ``` |
1846 | 1851 | Starting Async_ESP32WM_MRD_Config using LittleFS with SSL on ESP32_DEV |
1847 | | -Blynk_Async_WM SSL for ESP32 v1.4.0 |
| 1852 | +Blynk_Async_WM SSL for ESP32 v1.4.1 |
1848 | 1853 | ESP_MultiResetDetector v1.1.1 |
1849 | 1854 | LittleFS Flag read = 0xFFFE0001 |
1850 | 1855 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -1923,7 +1928,7 @@ Pubs Topics = default-mqtt-PubTopic |
1923 | 1928 |
|
1924 | 1929 | ``` |
1925 | 1930 | Starting Async_ESP32WM_MRD_Config using LittleFS with SSL on ESP32_DEV |
1926 | | -Blynk_Async_WM SSL for ESP32 v1.4.0 |
| 1931 | +Blynk_Async_WM SSL for ESP32 v1.4.1 |
1927 | 1932 | ESP_MultiResetDetector v1.1.1 |
1928 | 1933 | LittleFS Flag read = 0xFFFC0003 |
1929 | 1934 | multiResetDetectorFlag = 0xFFFC0003 |
@@ -2028,7 +2033,7 @@ RFRFRF[188660] id: = HueNet1 |
2028 | 2033 |
|
2029 | 2034 | ``` |
2030 | 2035 | Starting Async_ESP32WM_MRD_Config using LittleFS with SSL on ESP32_DEV |
2031 | | -Blynk_Async_WM SSL for ESP32 v1.4.0 |
| 2036 | +Blynk_Async_WM SSL for ESP32 v1.4.1 |
2032 | 2037 | ESP_MultiResetDetector v1.1.1 |
2033 | 2038 | LittleFS Flag read = 0xFFFE0001 |
2034 | 2039 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -2377,7 +2382,7 @@ Blynk.resetAndEnterConfigPortal(); |
2377 | 2382 |
|
2378 | 2383 | ``` |
2379 | 2384 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV |
2380 | | -Blynk_Async_WM SSL for ESP32 v1.4.0 |
| 2385 | +Blynk_Async_WM SSL for ESP32 v1.4.1 |
2381 | 2386 | ESP_MultiResetDetector v1.1.1 |
2382 | 2387 | LittleFS Flag read = 0xFFFE0001 |
2383 | 2388 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -2468,7 +2473,7 @@ Non-Persistent CP will be removed after first reset, even you didn't enter the C |
2468 | 2473 |
|
2469 | 2474 | ``` |
2470 | 2475 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV |
2471 | | -Blynk_Async_WM SSL for ESP32 v1.4.0 |
| 2476 | +Blynk_Async_WM SSL for ESP32 v1.4.1 |
2472 | 2477 | ESP_MultiResetDetector v1.1.1 |
2473 | 2478 | LittleFS Flag read = 0xFFFE0001 |
2474 | 2479 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -2583,7 +2588,7 @@ RF[66298] id: = HueNet1 |
2583 | 2588 |
|
2584 | 2589 | ``` |
2585 | 2590 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV |
2586 | | -Blynk_Async_WM SSL for ESP32 v1.4.0 |
| 2591 | +Blynk_Async_WM SSL for ESP32 v1.4.1 |
2587 | 2592 | ESP_MultiResetDetector v1.1.1 |
2588 | 2593 | LittleFS Flag read = 0xFFFE0001 |
2589 | 2594 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -2682,7 +2687,7 @@ Blynk.resetAndEnterConfigPortalPersistent(); |
2682 | 2687 |
|
2683 | 2688 | ``` |
2684 | 2689 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV |
2685 | | -Blynk_Async_WM SSL for ESP32 v1.4.0 |
| 2690 | +Blynk_Async_WM SSL for ESP32 v1.4.1 |
2686 | 2691 | ESP_MultiResetDetector v1.1.1 |
2687 | 2692 | LittleFS Flag read = 0xFFFE0001 |
2688 | 2693 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -2773,7 +2778,7 @@ Persistent CP will remain after resets. The only way to get rid of Config Portal |
2773 | 2778 |
|
2774 | 2779 | ``` |
2775 | 2780 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV |
2776 | | -Blynk_Async_WM SSL for ESP32 v1.4.0 |
| 2781 | +Blynk_Async_WM SSL for ESP32 v1.4.1 |
2777 | 2782 | ESP_MultiResetDetector v1.1.1 |
2778 | 2783 | LittleFS Flag read = 0xFFFE0001 |
2779 | 2784 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -2885,7 +2890,7 @@ Enter CP, input (even fake data or none) and `Save` config data to exit persiste |
2885 | 2890 |
|
2886 | 2891 | ``` |
2887 | 2892 | Starting Async_ESP32WM_MRD_ForcedConfig using LittleFS with SSL on ESP32_DEV |
2888 | | -Blynk_Async_WM SSL for ESP32 v1.4.0 |
| 2893 | +Blynk_Async_WM SSL for ESP32 v1.4.1 |
2889 | 2894 | ESP_MultiResetDetector v1.1.1 |
2890 | 2895 | LittleFS Flag read = 0xFFFE0001 |
2891 | 2896 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -2970,7 +2975,7 @@ The following is the sample terminal output when running example [Async_ESP32WM_ |
2970 | 2975 |
|
2971 | 2976 | ``` |
2972 | 2977 | Starting Async_ESP32WM_ForcedConfig using LittleFS with SSL on ESP32S2_DEV |
2973 | | -Blynk_Async_WM SSL for ESP32 v1.4.0 |
| 2978 | +Blynk_Async_WM SSL for ESP32 v1.4.1 |
2974 | 2979 | ESP_DoubleResetDetector v1.1.1 |
2975 | 2980 | [958] Set CustomsStyle to : <style>div,input{padding:5px;font-size:1em;}input{width:95%;}body{text-align: center;}button{background-color:blue;color:white;line-height:2.4rem;font-size:1.2rem;width:100%;}fieldset{border-radius:0.3rem;margin:0px;}</style> |
2976 | 2981 | [980] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style> |
@@ -3075,6 +3080,10 @@ Sometimes, the library will only work if you update the board core to the latest |
3075 | 3080 |
|
3076 | 3081 | ## Releases |
3077 | 3082 |
|
| 3083 | +### Releases v1.4.1 |
| 3084 | + |
| 3085 | +1. Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32. Check [Custom Blynk port not working for BlynkSimpleEsp32_Async_WM.h #4](https://github.com/khoih-prog/Blynk_Async_WM/issues/4) |
| 3086 | + |
3078 | 3087 | ### Major Releases v1.4.0 |
3079 | 3088 |
|
3080 | 3089 | 1. Add **LittleFS and SPIFFS** support to new **ESP32-S2** boards (**Arduino ESP32C3_DEV**). Check [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). |
@@ -3186,14 +3195,15 @@ Check these new features thanks to his direct contribution and/or enhancement re |
3186 | 3195 | * [How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25) |
3187 | 3196 | * [Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27](https://github.com/khoih-prog/Blynk_WM/issues/27) |
3188 | 3197 | 4. Thanks to good work of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip) for working with, developing, debugging and testing. |
3189 | | - |
| 3198 | +5. Thanks to [komaneko](https://github.com/jjskaife) to report bugs in [Custom Blynk port not working for BlynkSimpleEsp32_Async_WM.h #4](https://github.com/khoih-prog/Blynk_Async_WM/issues/4) leading to v1.4.1 |
3190 | 3199 |
|
3191 | 3200 | <table> |
3192 | 3201 | <tr> |
3193 | 3202 | <td align="center"><a href="https://github.com/me-no-dev"><img src="https://github.com/me-no-dev.png" width="100px;" alt="me-no-dev"/><br /><sub><b>⭐️⭐️ me-no-dev</b></sub></a><br /></td> |
3194 | 3203 | <td align="center"><a href="https://github.com/lorol"><img src="https://github.com/lorol.png" width="100px;" alt="lorol"/><br /><sub><b>⭐️ lorol</b></sub></a><br /></td> |
3195 | 3204 | <td align="center"><a href="https://github.com/thorathome"><img src="https://github.com/thorathome.png" width="100px;" alt="thorathome"/><br /><sub><b>⭐️ Thor Johnson</b></sub></a><br /></td> |
3196 | 3205 | <td align="center"><a href="https://github.com/tcpipchip"><img src="https://github.com/tcpipchip.png" width="100px;" alt="tcpipchip"/><br /><sub><b>tcpipchip</b></sub></a><br /></td> |
| 3206 | + <td align="center"><a href="https://github.com/jjskaife"><img src="https://github.com/jjskaife.png" width="100px;" alt="jjskaife"/><br /><sub><b>komaneko</b></sub></a><br /></td> |
3197 | 3207 | </tr> |
3198 | 3208 | </table> |
3199 | 3209 |
|
|
0 commit comments