Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 915529e

Browse files
authored
v1.6.1 to fix issue with ESP8266 core v3.0.1
### Releases v1.6.1 1. Fix issue with new **ESP8266 core v3.0.1**
1 parent 33447b6 commit 915529e

File tree

24 files changed

+128
-322
lines changed

24 files changed

+128
-322
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1414

1515
Please ensure to specify the following:
1616

17-
* Arduino IDE version (e.g. 1.8.13) or Platform.io version
18-
* `ESP8266` or `ESP32` Core Version (e.g. ESP8266 core v3.0.0 or ESP32 v1.0.6)
17+
* Arduino IDE version (e.g. 1.8.15) or Platform.io version
18+
* `ESP8266` or `ESP32` Core Version (e.g. ESP8266 core v3.0.1 or ESP32 v1.0.6)
1919
* Contextual information (e.g. what you were trying to achieve)
2020
* Simplest possible steps to reproduce
2121
* Anything that might be relevant in your opinion, such as:
@@ -26,10 +26,10 @@ Please ensure to specify the following:
2626
### Example
2727

2828
```
29-
Arduino IDE version: v1.8.13
30-
ESP8266 Core Version v3.0.0
29+
Arduino IDE version: v1.8.15
30+
ESP8266 Core Version v3.0.1
3131
OS: Ubuntu 20.04 LTS
32-
Linux Inspiron 5.4.0-73-generic #82-Ubuntu SMP Wed Apr 14 17:39:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
32+
Linux Inspiron 5.4.0-77-generic #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
3333
3434
Context:
3535
The board couldn't autoreconnect to Local Blynk Server after router power recycling.

README.md

Lines changed: 40 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* [Features](#features)
1919
* [Currently supported Boards](#currently-supported-boards)
2020
* [Changelog](#changelog)
21+
* [Releases v1.6.1](#releases-v161)
2122
* [Major Releases v1.6.0](#major-releases-v160)
2223
* [Releases v1.5.0](#releases-v150)
2324
* [Major Releases v1.4.0](#major-releases-v140)
@@ -178,7 +179,7 @@ This library is designed to help you to eliminate `hardcoding` your Wifi and Bly
178179

179180
With version `v1.6.0` or later, you can use:
180181

181-
1. `New ESP8266 core v3.0.0`
182+
1. `New ESP8266 core v3.0.0+`
182183

183184
With version `v1.1.0` or later, you can use:
184185

@@ -209,6 +210,11 @@ This [**Blynk_WM** library](https://github.com/khoih-prog/Blynk_WM) currently su
209210

210211
## Changelog
211212

213+
### Releases v1.6.1
214+
215+
1. Fix issue with new **ESP8266 core v3.0.1**
216+
217+
212218
### Major Releases v1.6.0
213219

214220
1. Fix AP connect issue caused by **breaking ESP8266 core v3.0.0**. Caused by multiple core changes, but the new solution results a better and faster connection to AP.
@@ -321,11 +327,11 @@ Thanks to [Thor Johnson](https://github.com/thorathome) to test, suggest and enc
321327

322328
## Prerequisites
323329

324-
1. [`Arduino IDE 1.8.13+`](https://www.arduino.cc/en/Main/Software)
330+
1. [`Arduino IDE 1.8.15+`](https://www.arduino.cc/en/Main/Software)
325331
2. [`Blynk library 0.6.1+`](https://github.com/blynkkk/blynk-library/releases). [![Latest release](https://img.shields.io/github/release/blynkkk/blynk-library.svg)](https://github.com/blynkkk/blynk-library/releases/latest/). Never use the `Blynk beta` versions.
326332
3. [`ESP32 Core 1.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/)
327333
4. [`ESP32-S2/C3 Core 1.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-S2/C3-based boards. Must follow [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).
328-
5. [`ESP8266 Core 3.0.0+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [![Latest release](https://img.shields.io/github/release/esp8266/Arduino.svg)](https://github.com/esp8266/Arduino/releases/latest/). To use ESP8266 core 2.7.1+ for LittleFS.
334+
5. [`ESP8266 Core 3.0.1+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [![Latest release](https://img.shields.io/github/release/esp8266/Arduino.svg)](https://github.com/esp8266/Arduino/releases/latest/). To use ESP8266 core 2.7.1+ for LittleFS.
329335
6. [`ESP_DoubleResetDetector library 1.1.1+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) to use DRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector).
330336
7. [`ESP_MultiResetDetector library 1.1.1+`](https://github.com/khoih-prog/ESP_MultiResetDetector) to use MRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_MultiResetDetector.svg?)](https://www.ardu-badge.com/ESP_MultiResetDetector).
331337
8. [`LittleFS_esp32 v1.0.6+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/LittleFS_esp32.svg?)](https://www.ardu-badge.com/LittleFS_esp32). **Notice**: This [`LittleFS_esp32 library`](https://github.com/lorol/LITTLEFS) has been integrated to Arduino [esp32 core v1.0.6](https://github.com/espressif/arduino-esp32/tree/master/libraries/LITTLEFS).
@@ -1682,8 +1688,8 @@ The following is the sample terminal output when running example [ESP8266WM_MRD_
16821688

16831689
```
16841690
Starting ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
1685-
Blynk_WM SSL for ESP8266 v1.6.0
1686-
ESP8266 core v2.7.4
1691+
Blynk_WM SSL for ESP8266 v1.6.1
1692+
ESP8266 core v3.0.1
16871693
ESP_MultiResetDetector v1.1.1
16881694
LittleFS Flag read = 0xFFFD0002
16891695
multiResetDetectorFlag = 0xFFFD0002
@@ -1763,8 +1769,8 @@ BBBBBB
17631769

17641770
```
17651771
Starting ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
1766-
Blynk_WM SSL for ESP8266 v1.6.0
1767-
ESP8266 core v2.7.4
1772+
Blynk_WM SSL for ESP8266 v1.6.1
1773+
ESP8266 core v3.0.1
17681774
ESP_MultiResetDetector v1.1.1
17691775
LittleFS Flag read = 0xFFFC0003
17701776
multiResetDetectorFlag = 0xFFFC0003
@@ -1826,8 +1832,8 @@ The following is the sample terminal output when running example [DHT11ESP8266_S
18261832

18271833
```
18281834
Starting DHT11ESP8266_SSL using LittleFS with SSL on ESP8266_NODEMCU
1829-
Blynk_WM SSL for ESP8266 v1.6.0
1830-
ESP8266 core v2.7.4
1835+
Blynk_WM SSL for ESP8266 v1.6.1
1836+
ESP8266 core v3.0.1
18311837
ESP_DoubleResetDetector v1.1.1
18321838
[293] Hostname=ESP8266-DHT11-SSL
18331839
[316] LoadCfgFile
@@ -1885,7 +1891,7 @@ The following is the sample terminal output when running example [ESP32WM_MRD_Co
18851891

18861892
```
18871893
Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV
1888-
Blynk_WM for ESP32 v1.6.0
1894+
Blynk_WM for ESP32 v1.6.1
18891895
ESP_MultiResetDetector v1.1.1
18901896
LittleFS Flag read = 0xFFFE0001
18911897
multiResetDetectorFlag = 0xFFFE0001
@@ -1962,7 +1968,7 @@ BBBBBB
19621968

19631969
```
19641970
Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV
1965-
Blynk_WM for ESP32 v1.6.0
1971+
Blynk_WM for ESP32 v1.6.1
19661972
ESP_MultiResetDetector v1.1.1
19671973
LittleFS Flag read = 0xFFFC0003
19681974
multiResetDetectorFlag = 0xFFFC0003
@@ -2020,7 +2026,7 @@ ets Jun 8 2016 00:22:57
20202026

20212027
```
20222028
Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV
2023-
Blynk_WM for ESP32 v1.6.0
2029+
Blynk_WM for ESP32 v1.6.1
20242030
ESP_MultiResetDetector v1.1.1
20252031
LittleFS Flag read = 0xFFFE0001
20262032
multiResetDetectorFlag = 0xFFFE0001
@@ -2144,7 +2150,7 @@ The following is the sample terminal output when running example [DHT11ESP8266_S
21442150

21452151
```
21462152
Starting DHT11ESP32_SSL using LITTLEFS with SSL on ESP32_DEV
2147-
Blynk_WM SSL for ESP32 v1.6.0
2153+
Blynk_WM SSL for ESP32 v1.6.1
21482154
ESP_DoubleResetDetector v1.1.1
21492155
[346] Hostname=ESP32-DHT11-SSL
21502156
[385] LoadCfgFile
@@ -2208,8 +2214,8 @@ Blynk.resetAndEnterConfigPortal();
22082214

22092215
```
22102216
Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU
2211-
Blynk_WM for ESP8266 v1.6.0
2212-
ESP8266 core v2.7.4
2217+
Blynk_WM for ESP8266 v1.6.1
2218+
ESP8266 core v3.0.1
22132219
ESP_MultiResetDetector v1.1.1
22142220
LittleFS Flag read = 0xFFFE0001
22152221
multiResetDetectorFlag = 0xFFFE0001
@@ -2295,8 +2301,8 @@ Non-Persistent CP will be removed after first reset, even you didn't enter the C
22952301

22962302
```
22972303
Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU
2298-
Blynk_WM for ESP8266 v1.6.0
2299-
ESP8266 core v2.7.4
2304+
Blynk_WM for ESP8266 v1.6.1
2305+
ESP8266 core v3.0.1
23002306
ESP_MultiResetDetector v1.1.1
23012307
LittleFS Flag read = 0xFFFE0001
23022308
multiResetDetectorFlag = 0xFFFE0001
@@ -2378,8 +2384,8 @@ Blynk.resetAndEnterConfigPortalPersistent();
23782384

23792385
```
23802386
Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU
2381-
Blynk_WM for ESP8266 v1.6.0
2382-
ESP8266 core v2.7.4
2387+
Blynk_WM for ESP8266 v1.6.1
2388+
ESP8266 core v3.0.1
23832389
ESP_MultiResetDetector v1.1.1
23842390
LittleFS Flag read = 0xFFFE0001
23852391
multiResetDetectorFlag = 0xFFFE0001
@@ -2466,8 +2472,8 @@ Persistent CP will remain after resets. The only way to get rid of Config Portal
24662472

24672473
```
24682474
Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU
2469-
Blynk_WM for ESP8266 v1.6.0
2470-
ESP8266 core v2.7.4
2475+
Blynk_WM for ESP8266 v1.6.1
2476+
ESP8266 core v3.0.1
24712477
ESP_MultiResetDetector v1.1.1
24722478
LittleFS Flag read = 0xFFFE0001
24732479
multiResetDetectorFlag = 0xFFFE0001
@@ -2535,8 +2541,8 @@ The following is the sample terminal output when running example [ESP8266WM_MRD_
25352541

25362542
```
25372543
Starting ESP8266WM_MRD_ForcedConfig using LittleFS with SSL on ESP8266_NODEMCU
2538-
Blynk_WM SSL for ESP8266 v1.6.0
2539-
ESP8266 core v2.7.4
2544+
Blynk_WM SSL for ESP8266 v1.6.1
2545+
ESP8266 core v3.0.1
25402546
ESP_MultiResetDetector v1.1.1
25412547
[267] 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>
25422548
[289] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style>
@@ -2624,7 +2630,7 @@ The following is the sample terminal output when running example [ESP32WM_MRD_Co
26242630

26252631
```
26262632
Starting ESP32WM_MRD_Config using LITTLEFS with SSL on ESP32S2_DEV
2627-
Blynk_WM SSL for ESP32 v1.6.0
2633+
Blynk_WM SSL for ESP32 v1.6.1
26282634
ESP_MultiResetDetector v1.1.1
26292635
[134394] 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>
26302636
[134417] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style>
@@ -2713,7 +2719,7 @@ The following is the sample terminal output when running example [ESP32WM_MRD_Fo
27132719

27142720
```
27152721
Starting ESP32WM_MRD_ForcedConfig using LITTLEFS with SSL on ESP32_DEV
2716-
Blynk_WM SSL for ESP32 v1.6.0
2722+
Blynk_WM SSL for ESP32 v1.6.1
27172723
ESP_MultiResetDetector v1.1.1
27182724
[228] 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>
27192725
[250] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style>
@@ -2836,7 +2842,7 @@ Pubs Topics = default-mqtt-PubTopic
28362842

28372843
```
28382844
Starting ESP32WM_MRD_ForcedConfig using LITTLEFS with SSL on ESP32_DEV
2839-
Blynk_WM SSL for ESP32 v1.6.0
2845+
Blynk_WM SSL for ESP32 v1.6.1
28402846
ESP_MultiResetDetector v1.1.1
28412847
[227] 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>
28422848
[249] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style>
@@ -2920,13 +2926,13 @@ RBRBRBRBRBRBRBRB
29202926

29212927
### 10. ESP8266WM_MRD_Config using LITTLEFS with SSL on ESP8266_NODEMCU_ESP12E using new ESP8266 core v3.0.0
29222928

2923-
The following is the sample terminal output when running example [ESP8266WM_MRD_Config](examples/ESP8266WM_MRD_Config) on **ESP8266_NODEMCU_ESP12E** using new **ESP8266 core v3.0.0**
2929+
The following is the sample terminal output when running example [ESP8266WM_MRD_Config](examples/ESP8266WM_MRD_Config) on **ESP8266_NODEMCU_ESP12E** using new **ESP8266 core v3.0.0+**
29242930

29252931

29262932
```
29272933
Starting ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU_ESP12E
2928-
ESP8266 core v3.0.0
2929-
Blynk_WM SSL for ESP8266 v1.6.0
2934+
ESP8266 core v3.0.1
2935+
Blynk_WM SSL for ESP8266 v1.6.1
29302936
ESP_MultiResetDetector v1.1.1
29312937
[274] 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>
29322938
[296] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style>
@@ -3044,6 +3050,10 @@ Sometimes, the library will only work if you update the board core to the latest
30443050

30453051
## Releases
30463052

3053+
### Releases v1.6.1
3054+
3055+
1. Fix issue with new **ESP8266 core v3.0.1**
3056+
30473057
### Major Releases v1.6.0
30483058

30493059
1. Fix AP connect issue caused by breaking ESP8266 core v3.0.0. Caused by multiple core changes, but the new solution results a better and faster connection to AP.
@@ -3269,7 +3279,7 @@ Submit issues to: [Blynk_WM issues](https://github.com/khoih-prog/Blynk_WM/issue
32693279
31. Permit optionally inputting one set of WiFi SSID/PWD by using `REQUIRE_ONE_SET_SSID_PW == true`
32703280
32. Enforce WiFi PWD minimum length of 8 chars
32713281
33. Enable **scan of WiFi networks** for selection in Configuration Portal
3272-
34. Drastically update code to work with either ESP8266 new breaking ESP8266 core v3.0.0 or old core ESP8266 v2.7.4-
3282+
34. Drastically update code to work with either ESP8266 new breaking ESP8266 core v3.0.0+ or old core ESP8266 v2.7.4-
32733283
35. Make SSL working using `BearSSL`, not deprecated `axTLS`
32743284

32753285
---

examples/AM2315_ESP32_SSL/AM2315_ESP32_SSL.ino

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,12 @@
77
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
88
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
99
Licensed under MIT license
10-
Version: 1.6.0
10+
Version: 1.6.1
1111
1212
Version Modified By Date Comments
1313
------- ----------- ---------- -----------
1414
1.0.0 K Hoang 28/10/2019 Initial coding
15-
1.0.1 K Hoang 28/10/2019 Add features
16-
1.0.2 K Hoang 21/11/2019 Fix bug. Add features.
17-
1.0.3 K Hoang 31/11/2019 Fix compiler errors for ESP8266 core pre-2.5.2. Add examples.
18-
1.0.4 K Hoang 07/01/2020 Add configurable personalized RFC-952 DHCP hostname
19-
1.0.5 K Hoang 20/01/2020 Add configurable static IP, GW, SN, DNS1, DNS2 and Config Portal static IP and Credentials
20-
1.0.6 K Hoang 05/02/2020 Optimize, fix EEPROM size to 2K from 4K, shorten code size, add functions
21-
1.0.7 K Hoang 18/02/2020 Add checksum, enable AutoConnect to configurable MultiWiFi and MultiBlynk Credentials
22-
1.0.8 K Hoang 24/02/2020 Fix AP-staying-open bug. Add clearConfigData()
23-
1.0.9 K Hoang 12/03/2020 Enhance Config Portal GUI
24-
1.0.10 K Hoang 08/04/2020 SSID password maxlen is 63 now. Permit special chars # and % in input data.
25-
1.0.11 K Hoang 09/04/2020 Enable adding dynamic custom parameters from sketch
26-
1.0.12 K Hoang 13/04/2020 Fix MultiWiFi/Blynk bug introduced in broken v1.0.11
27-
1.0.13 K Hoang 25/04/2020 Add Configurable Config Portal Title, Default Config Data and DRD. Update examples.
28-
1.0.14 K Hoang 03/05/2020 Fix bug and change feature in dynamicParams.
29-
1.0.15 K Hoang 12/05/2020 Fix bug and Update to use LittleFS for ESP8266 core 2.7.1+. Add example.
30-
1.0.16 K Hoang 25/06/2020 Fix bug and logic of USE_DEFAULT_CONFIG_DATA. Auto format SPIFFS/LittleFS.
15+
...
3116
1.1.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
3217
1.1.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
3318
1.1.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
@@ -39,6 +24,7 @@
3924
1.4.0 K Hoang 24/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
4025
1.5.0 K Hoang 25/04/2021 Fix bug. Optimize and sync with Blynk_Async_WM library v1.5.0
4126
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
27+
1.6.1 K Hoang 29/06/2021 Fix issue with ESP8266 core v3.0.1
4228
*****************************************************************************************************************************/
4329

4430
#include "defines.h"

examples/AM2315_ESP8266/AM2315_ESP8266.ino

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,12 @@
77
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
88
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
99
Licensed under MIT license
10-
Version: 1.6.0
10+
Version: 1.6.1
1111
1212
Version Modified By Date Comments
1313
------- ----------- ---------- -----------
1414
1.0.0 K Hoang 28/10/2019 Initial coding
15-
1.0.1 K Hoang 28/10/2019 Add features
16-
1.0.2 K Hoang 21/11/2019 Fix bug. Add features.
17-
1.0.3 K Hoang 31/11/2019 Fix compiler errors for ESP8266 core pre-2.5.2. Add examples.
18-
1.0.4 K Hoang 07/01/2020 Add configurable personalized RFC-952 DHCP hostname
19-
1.0.5 K Hoang 20/01/2020 Add configurable static IP, GW, SN, DNS1, DNS2 and Config Portal static IP and Credentials
20-
1.0.6 K Hoang 05/02/2020 Optimize, fix EEPROM size to 2K from 4K, shorten code size, add functions
21-
1.0.7 K Hoang 18/02/2020 Add checksum, enable AutoConnect to configurable MultiWiFi and MultiBlynk Credentials
22-
1.0.8 K Hoang 24/02/2020 Fix AP-staying-open bug. Add clearConfigData()
23-
1.0.9 K Hoang 12/03/2020 Enhance Config Portal GUI
24-
1.0.10 K Hoang 08/04/2020 SSID password maxlen is 63 now. Permit special chars # and % in input data.
25-
1.0.11 K Hoang 09/04/2020 Enable adding dynamic custom parameters from sketch
26-
1.0.12 K Hoang 13/04/2020 Fix MultiWiFi/Blynk bug introduced in broken v1.0.11
27-
1.0.13 K Hoang 25/04/2020 Add Configurable Config Portal Title, Default Config Data and DRD. Update examples.
28-
1.0.14 K Hoang 03/05/2020 Fix bug and change feature in dynamicParams.
29-
1.0.15 K Hoang 12/05/2020 Fix bug and Update to use LittleFS for ESP8266 core 2.7.1+. Add example.
30-
1.0.16 K Hoang 25/06/2020 Fix bug and logic of USE_DEFAULT_CONFIG_DATA. Auto format SPIFFS/LittleFS.
15+
...
3116
1.1.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
3217
1.1.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
3318
1.1.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
@@ -39,6 +24,7 @@
3924
1.4.0 K Hoang 24/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
4025
1.5.0 K Hoang 25/04/2021 Fix bug. Optimize and sync with Blynk_Async_WM library v1.5.0
4126
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
27+
1.6.1 K Hoang 29/06/2021 Fix issue with ESP8266 core v3.0.1
4228
*****************************************************************************************************************************/
4329

4430
#include "defines.h"

0 commit comments

Comments
 (0)