Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
### Releases v1.2.3

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**](khoih-prog/Blynk_WM#27)
  • Loading branch information
khoih-prog authored Jan 31, 2021
1 parent 7480b73 commit 82687a5
Show file tree
Hide file tree
Showing 91 changed files with 46 additions and 714 deletions.
3 changes: 2 additions & 1 deletion examples/Async_AM2315_ESP32_SSL/Async_AM2315_ESP32_SSL.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version: 1.2.3
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -18,6 +18,7 @@
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
********************************************************************************************************************************/

#include "defines.h"
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_AM2315_ESP32_SSL/Credentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef Credentials_h
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_AM2315_ESP32_SSL/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef defines_h
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_AM2315_ESP32_SSL/dynamicParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef dynamicParams_h
Expand Down
3 changes: 2 additions & 1 deletion examples/Async_AM2315_ESP8266/Async_AM2315_ESP8266.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version: 1.2.3
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -18,6 +18,7 @@
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
********************************************************************************************************************************/

#include "defines.h"
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_AM2315_ESP8266/Credentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef Credentials_h
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_AM2315_ESP8266/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef defines_h
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_AM2315_ESP8266/dynamicParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef dynamicParams_h
Expand Down
3 changes: 2 additions & 1 deletion examples/Async_Blynk_WM_Template/Async_Blynk_WM_Template.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version: 1.2.3
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -20,6 +20,7 @@
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
********************************************************************************************************************************/

// Sketch uses Arduino IDE-selected ESP32 and ESP8266 to select compile choices
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_Blynk_WM_Template/ESP_LED_BUILTINS.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef ESP_LED_BUILTINS_h
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_Blynk_WM_Template/MY_BLYNK_COLORS.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef MY_BLYNK_COLORS_h
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_Blynk_WM_Template/MY_BLYNK_CREDENTIALS.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef MY_BLYNK_CREDENTIALS_h
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_Blynk_WM_Template/MY_WIFI_CREDENTIALS.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef MY_WIFI_CREDENTIALS_h
Expand Down
3 changes: 2 additions & 1 deletion examples/Async_DHT11ESP32/Async_DHT11ESP32.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version: 1.2.3
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -18,6 +18,7 @@
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
********************************************************************************************************************************/

#include "defines.h"
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_DHT11ESP32/Credentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef Credentials_h
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_DHT11ESP32/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef defines_h
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_DHT11ESP32/dynamicParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef dynamicParams_h
Expand Down
3 changes: 2 additions & 1 deletion examples/Async_DHT11ESP32_SSL/Async_DHT11ESP32_SSL.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version: 1.2.3
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -18,6 +18,7 @@
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
********************************************************************************************************************************/

#include "defines.h"
Expand Down
10 changes: 0 additions & 10 deletions examples/Async_DHT11ESP32_SSL/Credentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
Licensed under MIT license
Version: 1.2.2
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with Blynk_WM v1.0.16
1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation.
1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
********************************************************************************************************************************/

#ifndef Credentials_h
Expand Down
Loading

0 comments on commit 82687a5

Please sign in to comment.