|
18 | 18 | * [Features](#features) |
19 | 19 | * [Currently supported Boards](#currently-supported-boards) |
20 | 20 | * [Changelog](#changelog) |
| 21 | + * [Releases v1.1.2](#releases-v112) |
21 | 22 | * [Releases v1.1.1](#releases-v111) |
22 | 23 | * [Major Releases v1.1.0](#major-releases-v110) |
23 | 24 | * [Releases v1.0.16](#releases-v1016) |
@@ -160,6 +161,10 @@ This [**BlynkESP32_BT_WF** library](https://github.com/khoih-prog/BlynkESP32_BT_ |
160 | 161 |
|
161 | 162 | ## Changelog |
162 | 163 |
|
| 164 | +### Releases v1.1.2 |
| 165 | + |
| 166 | +1. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation |
| 167 | + |
163 | 168 | ### Releases v1.1.1 |
164 | 169 |
|
165 | 170 | 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) |
@@ -1140,7 +1145,7 @@ Blynk_WM_Configuration defaultConfig = |
1140 | 1145 | #ifndef dynamicParams_h |
1141 | 1146 | #define dynamicParams_h |
1142 | 1147 |
|
1143 | | -// USE_DYNAMIC_PARAMETERS defined in defined.h |
| 1148 | +// USE_DYNAMIC_PARAMETERS defined in defines.h |
1144 | 1149 |
|
1145 | 1150 | /////////////// Start dynamic Credentials /////////////// |
1146 | 1151 |
|
@@ -1218,7 +1223,7 @@ The following is the sample terminal output when running example [ESP8266WM_MRD_ |
1218 | 1223 |
|
1219 | 1224 | ``` |
1220 | 1225 | Starting ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU |
1221 | | -Blynk_WM SSL for ESP8266 v1.1.1 |
| 1226 | +Blynk_WM SSL for ESP8266 v1.1.2 |
1222 | 1227 | ESP_MultiResetDetector v1.1.1 |
1223 | 1228 | LittleFS Flag read = 0xFFFD0002 |
1224 | 1229 | multiResetDetectorFlag = 0xFFFD0002 |
@@ -1298,7 +1303,7 @@ BBBBBB |
1298 | 1303 |
|
1299 | 1304 | ``` |
1300 | 1305 | Starting ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU |
1301 | | -Blynk_WM SSL for ESP8266 v1.1.1 |
| 1306 | +Blynk_WM SSL for ESP8266 v1.1.2 |
1302 | 1307 | ESP_MultiResetDetector v1.1.1 |
1303 | 1308 | LittleFS Flag read = 0xFFFC0003 |
1304 | 1309 | multiResetDetectorFlag = 0xFFFC0003 |
@@ -1360,7 +1365,7 @@ The following is the sample terminal output when running example [DHT11ESP8266_S |
1360 | 1365 |
|
1361 | 1366 | ``` |
1362 | 1367 | Starting DHT11ESP8266_SSL using LittleFS with SSL on ESP8266_NODEMCU |
1363 | | -Blynk_WM SSL for ESP8266 v1.1.1 |
| 1368 | +Blynk_WM SSL for ESP8266 v1.1.2 |
1364 | 1369 | ESP_DoubleResetDetector v1.1.1 |
1365 | 1370 | [293] Hostname=ESP8266-DHT11-SSL |
1366 | 1371 | [316] LoadCfgFile |
@@ -1418,7 +1423,7 @@ The following is the sample terminal output when running example [ESP32WM_MRD_Co |
1418 | 1423 |
|
1419 | 1424 | ``` |
1420 | 1425 | Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV |
1421 | | -Blynk_WM for ESP32 v1.1.1 |
| 1426 | +Blynk_WM for ESP32 v1.1.2 |
1422 | 1427 | ESP_MultiResetDetector v1.1.1 |
1423 | 1428 | LittleFS Flag read = 0xFFFE0001 |
1424 | 1429 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -1495,7 +1500,7 @@ BBBBBB |
1495 | 1500 |
|
1496 | 1501 | ``` |
1497 | 1502 | Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV |
1498 | | -Blynk_WM for ESP32 v1.1.1 |
| 1503 | +Blynk_WM for ESP32 v1.1.2 |
1499 | 1504 | ESP_MultiResetDetector v1.1.1 |
1500 | 1505 | LittleFS Flag read = 0xFFFC0003 |
1501 | 1506 | multiResetDetectorFlag = 0xFFFC0003 |
@@ -1553,7 +1558,7 @@ ets Jun 8 2016 00:22:57 |
1553 | 1558 |
|
1554 | 1559 | ``` |
1555 | 1560 | Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV |
1556 | | -Blynk_WM for ESP32 v1.1.1 |
| 1561 | +Blynk_WM for ESP32 v1.1.2 |
1557 | 1562 | ESP_MultiResetDetector v1.1.1 |
1558 | 1563 | LittleFS Flag read = 0xFFFE0001 |
1559 | 1564 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -1677,7 +1682,7 @@ The following is the sample terminal output when running example [DHT11ESP8266_S |
1677 | 1682 |
|
1678 | 1683 | ``` |
1679 | 1684 | Starting DHT11ESP32_SSL using LITTLEFS with SSL on ESP32_DEV |
1680 | | -Blynk_WM SSL for ESP32 v1.1.1 |
| 1685 | +Blynk_WM SSL for ESP32 v1.1.2 |
1681 | 1686 | ESP_DoubleResetDetector v1.1.1 |
1682 | 1687 | [346] Hostname=ESP32-DHT11-SSL |
1683 | 1688 | [385] LoadCfgFile |
@@ -1741,7 +1746,7 @@ Blynk.resetAndEnterConfigPortal(); |
1741 | 1746 |
|
1742 | 1747 | ``` |
1743 | 1748 | Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU |
1744 | | -Blynk_WM for ESP8266 v1.1.1 |
| 1749 | +Blynk_WM for ESP8266 v1.1.2 |
1745 | 1750 | ESP_MultiResetDetector v1.1.1 |
1746 | 1751 | LittleFS Flag read = 0xFFFE0001 |
1747 | 1752 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -1827,7 +1832,7 @@ Non-Persistent CP will be removed after first reset, even you didn't enter the C |
1827 | 1832 |
|
1828 | 1833 | ``` |
1829 | 1834 | Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU |
1830 | | -Blynk_WM for ESP8266 v1.1.1 |
| 1835 | +Blynk_WM for ESP8266 v1.1.2 |
1831 | 1836 | ESP_MultiResetDetector v1.1.1 |
1832 | 1837 | LittleFS Flag read = 0xFFFE0001 |
1833 | 1838 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -1909,7 +1914,7 @@ Blynk.resetAndEnterConfigPortalPersistent(); |
1909 | 1914 |
|
1910 | 1915 | ``` |
1911 | 1916 | Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU |
1912 | | -Blynk_WM for ESP8266 v1.1.1 |
| 1917 | +Blynk_WM for ESP8266 v1.1.2 |
1913 | 1918 | ESP_MultiResetDetector v1.1.1 |
1914 | 1919 | LittleFS Flag read = 0xFFFE0001 |
1915 | 1920 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -1996,7 +2001,7 @@ Persistent CP will remain after resets. The only way to get rid of Config Portal |
1996 | 2001 |
|
1997 | 2002 | ``` |
1998 | 2003 | Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU |
1999 | | -Blynk_WM for ESP8266 v1.1.1 |
| 2004 | +Blynk_WM for ESP8266 v1.1.2 |
2000 | 2005 | ESP_MultiResetDetector v1.1.1 |
2001 | 2006 | LittleFS Flag read = 0xFFFE0001 |
2002 | 2007 | multiResetDetectorFlag = 0xFFFE0001 |
@@ -2094,6 +2099,10 @@ Sometimes, the library will only work if you update the board core to the latest |
2094 | 2099 |
|
2095 | 2100 | ## Releases |
2096 | 2101 |
|
| 2102 | +### Releases v1.1.2 |
| 2103 | + |
| 2104 | +1. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation |
| 2105 | + |
2097 | 2106 | ### Releases v1.1.1 |
2098 | 2107 |
|
2099 | 2108 | 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) |
@@ -2269,15 +2278,17 @@ Submit issues to: [Blynk_WM issues](https://github.com/khoih-prog/Blynk_WM/issue |
2269 | 2278 |
|
2270 | 2279 | ### Contributions and thanks |
2271 | 2280 |
|
2272 | | -1. Thanks to [chriskio](https://github.com/chriskio) to report [AP-staying-open bug](https://github.com/khoih-prog/Blynk_WM/issues/2). |
2273 | | -2. Thanks to [brondolin](https://github.com/brondolin) to provide the amazing fix in v1.0.10 to permit input special chars such as **%** and **#** into data fields. See [Issue 3](https://github.com/khoih-prog/Blynk_WM/issues/3). |
2274 | | -3. Thanks to [Thor Johnson](https://github.com/thorathome) and [Thor Johnson in Blynk](https://community.blynk.cc/u/thorathome) to test, find bug, suggest and encourage to add those new features in v1.0.13, such as Default Credentials/Dynamic Parms, Configurable Config Portal Title, DRD. The powerful [Blynk_WM_Template](examples/Blynk_WM_Template) is written by [Thor Johnson](https://github.com/thorathome) and is included in the examples with his permission. Check these new features thanks to his direct contribution and/or enhancement requests : |
| 2281 | +1. Thanks to [lorol](https://github.com/lorol) for useful [LittleFS_esp32 Library](https://github.com/lorol/LITTLEFS) |
| 2282 | +2. Thanks to [chriskio](https://github.com/chriskio) to report [AP-staying-open bug](https://github.com/khoih-prog/Blynk_WM/issues/2). |
| 2283 | +3. Thanks to [brondolin](https://github.com/brondolin) to provide the amazing fix in v1.0.10 to permit input special chars such as **%** and **#** into data fields. See [Issue 3](https://github.com/khoih-prog/Blynk_WM/issues/3). |
| 2284 | +4. Thanks to [Thor Johnson](https://github.com/thorathome) and [Thor Johnson in Blynk](https://community.blynk.cc/u/thorathome) to test, find bug, suggest and encourage to add those new features in v1.0.13, such as Default Credentials/Dynamic Parms, Configurable Config Portal Title, DRD. The powerful [Blynk_WM_Template](examples/Blynk_WM_Template) is written by [Thor Johnson](https://github.com/thorathome) and is included in the examples with his permission. Check these new features thanks to his direct contribution and/or enhancement requests : |
2275 | 2285 | * [WM Config Portal using BlynkSimpleEsp32/8266_WM.h](https://community.blynk.cc/t/wm-config-portal-using-blynksimpleesp32-8266-wm-h/45402). |
2276 | 2286 | * [How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25) |
2277 | | -4. Thanks to [Thor Johnson](https://github.com/thorathome) and [kevinleberge](https://github.com/kevinleberge) to help locate the bugs, discuss the USE_DEFAULT_CONFIG_DATA solution leading to release v1.0.16. See [Can’t load defaults](https://github.com/khoih-prog/Blynk_WM/issues/15) and [Setting "#define USE_DYNAMIC_PARAMETERS false" on Blynk_WM_Template.ino results in compile error](https://github.com/khoih-prog/Blynk_WM/issues/16) |
| 2287 | +5. Thanks to [Thor Johnson](https://github.com/thorathome) and [kevinleberge](https://github.com/kevinleberge) to help locate the bugs, discuss the USE_DEFAULT_CONFIG_DATA solution leading to release v1.0.16. See [Can’t load defaults](https://github.com/khoih-prog/Blynk_WM/issues/15) and [Setting "#define USE_DYNAMIC_PARAMETERS false" on Blynk_WM_Template.ino results in compile error](https://github.com/khoih-prog/Blynk_WM/issues/16) |
2278 | 2288 |
|
2279 | 2289 | <table> |
2280 | 2290 | <tr> |
| 2291 | + <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> |
2281 | 2292 | <td align="center"><a href="https://github.com/chriskio"><img src="https://github.com/chriskio.png" width="100px;" alt="chriskio"/><br /><sub><b>chriskio</b></sub></a><br /></td> |
2282 | 2293 | <td align="center"><a href="https://github.com/brondolin"><img src="https://github.com/brondolin.png" width="100px;" alt="brondolin"/><br /><sub><b>brondolin</b></sub></a><br /></td> |
2283 | 2294 | <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> |
|
0 commit comments