|
18 | 18 | * [Supported GSM Modems](#supported-gsm-modems)
|
19 | 19 | * [Supported boards-modules](#supported-boards-modules)
|
20 | 20 | * [To be supported boards-modules in the future](#to-be-supported-boards-modules-in-the-future)
|
21 |
| -* [Changelog](#changelog) |
22 |
| - * [Major Releases v1.2.0](#major-releases-v120) |
23 |
| - * [Major Releases v1.1.0](#major-releases-v110) |
24 |
| - * [Releases v1.0.10](#releases-v1010) |
| 21 | +* [Changelog](changelog.md) |
25 | 22 | * [Prerequisites](#prerequisites)
|
26 | 23 | * [Installation](#installation)
|
27 | 24 | * [Use Arduino Library Manager](#use-arduino-library-manager)
|
|
73 | 70 | * [3.3. Enter persistent ConfigPortal](#33-enter-persistent-configportal)
|
74 | 71 | * [Debug](#debug)
|
75 | 72 | * [Troubleshooting](#troubleshooting)
|
76 |
| -* [Releases](#releases) |
77 | 73 | * [Issues](#issues)
|
78 | 74 | * [TO DO](#to-do)
|
79 | 75 | * [DONE](#done)
|
@@ -170,40 +166,14 @@ More modems may be supported later:
|
170 | 166 | ---
|
171 | 167 | ---
|
172 | 168 |
|
173 |
| -## Changelog |
174 |
| - |
175 |
| -### Major Releases v1.2.0 |
176 |
| - |
177 |
| -1. To permit autoreset 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) |
178 |
| -2. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation |
179 |
| -3. 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) |
180 |
| -4. Add the new Virtual ConfigPortal SW feature to examples. |
181 |
| -5. Disable the GSM/GPRS modem initialization which blocks the operation of Config Portal when using Config Portal. |
182 |
| - |
183 |
| -### Major Releases v1.1.0 |
184 |
| - |
185 |
| -1. Add support to LittleFS for ESP32 using [LittleFS_esp32](https://github.com/lorol/LITTLEFS) Library |
186 |
| -2. Add support to MultiDetectDetector. **MultiDetectDetector** feature to force Config Portal when configurable multi-reset is detected within predetermined time. |
187 |
| -3. Clean-up all compiler warnings possible. |
188 |
| -4. Add Table of Contents |
189 |
| -5. Add Version String |
190 |
| -6. Add MRD-related examples. |
191 |
| - |
192 |
| -### Releases v1.0.10 |
193 |
| - |
194 |
| -1. Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. |
195 |
| -2. Bump up to v1.0.10 to sync with [BlynkGSM_Manager library v1.0.10](https://github.com/khoih-prog/BlynkGSM_Manager). |
196 |
| - |
197 |
| ---- |
198 |
| ---- |
199 | 169 |
|
200 | 170 | ## Prerequisites
|
201 | 171 |
|
202 |
| - 1. [`Arduino IDE 1.8.13+` for Arduino](https://www.arduino.cc/en/Main/Software) |
203 |
| - 2. [`ESP32 core 1.0.4+`](https://github.com/espressif/arduino-esp32/releases) for ESP32 (Use Arduino Board Manager). Check [](https://github.com/espressif/arduino-esp32/releases/latest/) |
204 |
| - 3. [`ESP8266 core 2.7.4+`](https://github.com/esp8266/Arduino/releases) for ES82662 (Use Arduino Board Manager). Check [](https://github.com/esp8266/Arduino/releases/latest/) |
205 |
| - 4. [`Blynk library 0.6.1+`](https://github.com/blynkkk/blynk-library/releases). To install, check [](https://github.com/blynkkk/blynk-library/releases/latest) |
206 |
| - 5. [`TinyGSM library 0.10.9+`](https://github.com/vshymanskyy/TinyGSM). To install, check [](https://github.com/vshymanskyy/TinyGSM/releases/latest) |
| 172 | + 1. [`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software) |
| 173 | + 2. [`ESP32 Core 2.0.0+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/) |
| 174 | + 3. [`ESP8266 core 3.0.2+`](https://github.com/esp8266/Arduino/releases) for ES82662 (Use Arduino Board Manager). Check [](https://github.com/esp8266/Arduino/releases/latest/) |
| 175 | + 4. [`Blynk library 1.0.1+`](https://github.com/blynkkk/blynk-library/releases). To install, check [](https://github.com/blynkkk/blynk-library/releases/latest) |
| 176 | + 5. [`TinyGSM library 0.11.3+`](https://github.com/vshymanskyy/TinyGSM). To install, check [](https://github.com/vshymanskyy/TinyGSM/releases/latest) |
207 | 177 | 6. [`ESP_DoubleResetDetector library 1.1.1+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) to use DRD feature. To install, check [](https://www.ardu-badge.com/ESP_DoubleResetDetector)
|
208 | 178 | 7. [`ESP_MultiResetDetector library 1.1.1+`](https://github.com/khoih-prog/ESP_MultiResetDetector) to use MRD feature. To install, check [](https://www.ardu-badge.com/ESP_MultiResetDetector).
|
209 | 179 | 8. [`ESPAsyncWebServer v1.2.3+`](https://github.com/me-no-dev/ESPAsyncWebServer).
|
@@ -1393,7 +1363,7 @@ This is the terminal debug output when running both WiFi and GSM/GPRS at the sam
|
1393 | 1363 |
|
1394 | 1364 | ```
|
1395 | 1365 | Start Async_TTGO_TCALL_MRD_GSM (Simultaneous WiFi+GSM) using LittleFS on ESP32_DEV
|
1396 |
| -Blynk_Async_GSM_Manager v1.2.0 |
| 1366 | +Blynk_Async_GSM_Manager v1.2.1 |
1397 | 1367 | ESP_MultiResetDetector v1.1.1
|
1398 | 1368 | Set GSM module baud rate
|
1399 | 1369 | Use WiFi to connect Blynk
|
@@ -1476,7 +1446,7 @@ This is the terminal debug output when running both WiFi and GSM/GPRS at the sam
|
1476 | 1446 |
|
1477 | 1447 | ```
|
1478 | 1448 | Start Async_ESP8266_MRD_GSM (Simultaneous WiFi+GSM) using LittleFS on ESP8266_NODEMCU
|
1479 |
| -Blynk_Async_GSM_Manager v1.2.0 |
| 1449 | +Blynk_Async_GSM_Manager v1.2.1 |
1480 | 1450 | ESP_MultiResetDetector v1.1.1
|
1481 | 1451 | Set GSM module baud rate
|
1482 | 1452 | Use WiFi to connect Blynk
|
@@ -1573,7 +1543,7 @@ Pubs Topics = PubTopic_ESP32_GSM
|
1573 | 1543 |
|
1574 | 1544 | ```
|
1575 | 1545 | Start Async_ESP8266_MRD_GSM (Simultaneous WiFi+GSM) using LittleFS on ESP8266_NODEMCU
|
1576 |
| -Blynk_Async_GSM_Manager v1.2.0 |
| 1546 | +Blynk_Async_GSM_Manager v1.2.1 |
1577 | 1547 | ESP_MultiResetDetector v1.1.1
|
1578 | 1548 | Set GSM module baud rate
|
1579 | 1549 | Use WiFi to connect Blynk
|
@@ -1654,7 +1624,7 @@ This is the terminal debug output when running both WiFi and GSM/GPRS at the sam
|
1654 | 1624 |
|
1655 | 1625 | ```
|
1656 | 1626 | Start Async_TTGO_TCALL_GSM (Simultaneous WiFi+GSM) using LittleFS on TTGO_T1
|
1657 |
| -Blynk_Async_GSM_Manager v1.2.0 |
| 1627 | +Blynk_Async_GSM_Manager v1.2.1 |
1658 | 1628 | ESP_DoubleResetDetector v1.1.1
|
1659 | 1629 | Set GSM module baud rate
|
1660 | 1630 | Use WiFi to connect Blynk
|
@@ -1734,7 +1704,7 @@ CP Button Hit. Rebooting
|
1734 | 1704 | ets Jun 8 2016 00:22:57
|
1735 | 1705 |
|
1736 | 1706 | Start Async_TTGO_TCALL_GSM (Simultaneous WiFi+GSM) using LittleFS on TTGO_T1
|
1737 |
| -Blynk_Async_GSM_Manager v1.2.0 |
| 1707 | +Blynk_Async_GSM_Manager v1.2.1 |
1738 | 1708 | ESP_DoubleResetDetector v1.1.1
|
1739 | 1709 | Set GSM module baud rate
|
1740 | 1710 | Use WiFi to connect Blynk
|
@@ -1789,7 +1759,7 @@ Saving config file OK
|
1789 | 1759 |
|
1790 | 1760 | ```
|
1791 | 1761 | Start Async_TTGO_TCALL_GSM (Simultaneous WiFi+GSM) using LittleFS on TTGO_T1
|
1792 |
| -Blynk_Async_GSM_Manager v1.2.0 |
| 1762 | +Blynk_Async_GSM_Manager v1.2.1 |
1793 | 1763 | ESP_DoubleResetDetector v1.1.1
|
1794 | 1764 | Set GSM module baud rate
|
1795 | 1765 | Use WiFi to connect Blynk
|
@@ -1867,33 +1837,6 @@ If you get compilation errors, more often than not, you may need to install a ne
|
1867 | 1837 | Sometimes, the library will only work if you update the board core to the latest version because I am using newly added functions.
|
1868 | 1838 |
|
1869 | 1839 |
|
1870 |
| ---- |
1871 |
| ---- |
1872 |
| - |
1873 |
| -## Releases |
1874 |
| - |
1875 |
| -### Major Releases v1.2.0 |
1876 |
| - |
1877 |
| -1. To permit autoreset 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) |
1878 |
| -2. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation |
1879 |
| -3. 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) |
1880 |
| -4. Add the new Virtual ConfigPortal SW feature to examples. |
1881 |
| -5. Disable the GSM/GPRS modem initialization which blocks the operation of Config Portal when using Config Portal. |
1882 |
| - |
1883 |
| -### Major Releases v1.1.0 |
1884 |
| - |
1885 |
| -1. Add support to LittleFS for ESP32 using [LittleFS_esp32](https://github.com/lorol/LITTLEFS) Library |
1886 |
| -2. Add support to MultiDetectDetector. **MultiDetectDetector** feature to force Config Portal when configurable multi-reset is detected within predetermined time. |
1887 |
| -3. Clean-up all compiler warnings possible. |
1888 |
| -4. Add Table of Contents |
1889 |
| -5. Add Version String |
1890 |
| -6. Add MRD-related examples. |
1891 |
| - |
1892 |
| -### Releases v1.0.10 |
1893 |
| - |
1894 |
| -1. Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. |
1895 |
| -2. Bump up to v1.0.10 to sync with [BlynkGSM_Manager library v1.0.10](https://github.com/khoih-prog/BlynkGSM_Manager). |
1896 |
| - |
1897 | 1840 | ---
|
1898 | 1841 | ---
|
1899 | 1842 |
|
|
0 commit comments