diff --git a/examples/Async_AM2315_ESP32_SSL/Async_AM2315_ESP32_SSL.ino b/examples/Async_AM2315_ESP32_SSL/Async_AM2315_ESP32_SSL.ino index d1f8b3a..906cb95 100644 --- a/examples/Async_AM2315_ESP32_SSL/Async_AM2315_ESP32_SSL.ino +++ b/examples/Async_AM2315_ESP32_SSL/Async_AM2315_ESP32_SSL.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_AM2315_ESP32_SSL/Credentials.h b/examples/Async_AM2315_ESP32_SSL/Credentials.h index 5937763..e66aaee 100644 --- a/examples/Async_AM2315_ESP32_SSL/Credentials.h +++ b/examples/Async_AM2315_ESP32_SSL/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_AM2315_ESP32_SSL/defines.h b/examples/Async_AM2315_ESP32_SSL/defines.h index 2db0d86..72d7562 100644 --- a/examples/Async_AM2315_ESP32_SSL/defines.h +++ b/examples/Async_AM2315_ESP32_SSL/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_AM2315_ESP32_SSL/dynamicParams.h b/examples/Async_AM2315_ESP32_SSL/dynamicParams.h index f3fd7a8..35fe5aa 100644 --- a/examples/Async_AM2315_ESP32_SSL/dynamicParams.h +++ b/examples/Async_AM2315_ESP32_SSL/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_AM2315_ESP8266/Async_AM2315_ESP8266.ino b/examples/Async_AM2315_ESP8266/Async_AM2315_ESP8266.ino index 3885f26..2896551 100644 --- a/examples/Async_AM2315_ESP8266/Async_AM2315_ESP8266.ino +++ b/examples/Async_AM2315_ESP8266/Async_AM2315_ESP8266.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_AM2315_ESP8266/Credentials.h b/examples/Async_AM2315_ESP8266/Credentials.h index 4613b80..6caf770 100644 --- a/examples/Async_AM2315_ESP8266/Credentials.h +++ b/examples/Async_AM2315_ESP8266/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_AM2315_ESP8266/defines.h b/examples/Async_AM2315_ESP8266/defines.h index 12816c1..1a339a0 100644 --- a/examples/Async_AM2315_ESP8266/defines.h +++ b/examples/Async_AM2315_ESP8266/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_AM2315_ESP8266/dynamicParams.h b/examples/Async_AM2315_ESP8266/dynamicParams.h index bdc256b..a8dd0ff 100644 --- a/examples/Async_AM2315_ESP8266/dynamicParams.h +++ b/examples/Async_AM2315_ESP8266/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_Blynk_WM_Template/Async_Blynk_WM_Template.ino b/examples/Async_Blynk_WM_Template/Async_Blynk_WM_Template.ino index 5a8cc21..036a75e 100644 --- a/examples/Async_Blynk_WM_Template/Async_Blynk_WM_Template.ino +++ b/examples/Async_Blynk_WM_Template/Async_Blynk_WM_Template.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -19,6 +19,7 @@ 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 ********************************************************************************************************************************/ // Sketch uses Arduino IDE-selected ESP32 and ESP8266 to select compile choices diff --git a/examples/Async_Blynk_WM_Template/ESP_LED_BUILTINS.h b/examples/Async_Blynk_WM_Template/ESP_LED_BUILTINS.h index bd244ab..7468351 100644 --- a/examples/Async_Blynk_WM_Template/ESP_LED_BUILTINS.h +++ b/examples/Async_Blynk_WM_Template/ESP_LED_BUILTINS.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -19,6 +19,7 @@ 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 diff --git a/examples/Async_Blynk_WM_Template/MY_BLYNK_COLORS.h b/examples/Async_Blynk_WM_Template/MY_BLYNK_COLORS.h index 86de48b..921c59f 100644 --- a/examples/Async_Blynk_WM_Template/MY_BLYNK_COLORS.h +++ b/examples/Async_Blynk_WM_Template/MY_BLYNK_COLORS.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -19,6 +19,7 @@ 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 diff --git a/examples/Async_Blynk_WM_Template/MY_BLYNK_CREDENTIALS.h b/examples/Async_Blynk_WM_Template/MY_BLYNK_CREDENTIALS.h index 91976a8..e725e6d 100644 --- a/examples/Async_Blynk_WM_Template/MY_BLYNK_CREDENTIALS.h +++ b/examples/Async_Blynk_WM_Template/MY_BLYNK_CREDENTIALS.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -19,6 +19,7 @@ 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 diff --git a/examples/Async_Blynk_WM_Template/MY_WIFI_CREDENTIALS.h b/examples/Async_Blynk_WM_Template/MY_WIFI_CREDENTIALS.h index cd2c305..7c6acbc 100644 --- a/examples/Async_Blynk_WM_Template/MY_WIFI_CREDENTIALS.h +++ b/examples/Async_Blynk_WM_Template/MY_WIFI_CREDENTIALS.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -19,6 +19,7 @@ 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 diff --git a/examples/Async_DHT11ESP32/Async_DHT11ESP32.ino b/examples/Async_DHT11ESP32/Async_DHT11ESP32.ino index 448fbb4..a6ab428 100644 --- a/examples/Async_DHT11ESP32/Async_DHT11ESP32.ino +++ b/examples/Async_DHT11ESP32/Async_DHT11ESP32.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_DHT11ESP32/Credentials.h b/examples/Async_DHT11ESP32/Credentials.h index 6774420..466e300 100644 --- a/examples/Async_DHT11ESP32/Credentials.h +++ b/examples/Async_DHT11ESP32/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP32/defines.h b/examples/Async_DHT11ESP32/defines.h index 7acf039..f93af9e 100644 --- a/examples/Async_DHT11ESP32/defines.h +++ b/examples/Async_DHT11ESP32/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP32/dynamicParams.h b/examples/Async_DHT11ESP32/dynamicParams.h index f3fd7a8..35fe5aa 100644 --- a/examples/Async_DHT11ESP32/dynamicParams.h +++ b/examples/Async_DHT11ESP32/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP32_SSL/Async_DHT11ESP32_SSL.ino b/examples/Async_DHT11ESP32_SSL/Async_DHT11ESP32_SSL.ino index ad1074e..a54acf8 100644 --- a/examples/Async_DHT11ESP32_SSL/Async_DHT11ESP32_SSL.ino +++ b/examples/Async_DHT11ESP32_SSL/Async_DHT11ESP32_SSL.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_DHT11ESP32_SSL/Credentials.h b/examples/Async_DHT11ESP32_SSL/Credentials.h index 6774420..466e300 100644 --- a/examples/Async_DHT11ESP32_SSL/Credentials.h +++ b/examples/Async_DHT11ESP32_SSL/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP32_SSL/defines.h b/examples/Async_DHT11ESP32_SSL/defines.h index fd7e25d..63fbd21 100644 --- a/examples/Async_DHT11ESP32_SSL/defines.h +++ b/examples/Async_DHT11ESP32_SSL/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP32_SSL/dynamicParams.h b/examples/Async_DHT11ESP32_SSL/dynamicParams.h index f3fd7a8..35fe5aa 100644 --- a/examples/Async_DHT11ESP32_SSL/dynamicParams.h +++ b/examples/Async_DHT11ESP32_SSL/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP8266/Async_DHT11ESP8266.ino b/examples/Async_DHT11ESP8266/Async_DHT11ESP8266.ino index c6593eb..785f60d 100644 --- a/examples/Async_DHT11ESP8266/Async_DHT11ESP8266.ino +++ b/examples/Async_DHT11ESP8266/Async_DHT11ESP8266.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_DHT11ESP8266/Credentials.h b/examples/Async_DHT11ESP8266/Credentials.h index 4613b80..6caf770 100644 --- a/examples/Async_DHT11ESP8266/Credentials.h +++ b/examples/Async_DHT11ESP8266/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP8266/defines.h b/examples/Async_DHT11ESP8266/defines.h index dfd5ce4..6b7ea5b 100644 --- a/examples/Async_DHT11ESP8266/defines.h +++ b/examples/Async_DHT11ESP8266/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP8266/dynamicParams.h b/examples/Async_DHT11ESP8266/dynamicParams.h index bdc256b..a8dd0ff 100644 --- a/examples/Async_DHT11ESP8266/dynamicParams.h +++ b/examples/Async_DHT11ESP8266/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP8266_Debug/Async_DHT11ESP8266_Debug.ino b/examples/Async_DHT11ESP8266_Debug/Async_DHT11ESP8266_Debug.ino index 560de5e..1eaa8f8 100644 --- a/examples/Async_DHT11ESP8266_Debug/Async_DHT11ESP8266_Debug.ino +++ b/examples/Async_DHT11ESP8266_Debug/Async_DHT11ESP8266_Debug.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_DHT11ESP8266_Debug/Credentials.h b/examples/Async_DHT11ESP8266_Debug/Credentials.h index 4613b80..6caf770 100644 --- a/examples/Async_DHT11ESP8266_Debug/Credentials.h +++ b/examples/Async_DHT11ESP8266_Debug/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP8266_Debug/defines.h b/examples/Async_DHT11ESP8266_Debug/defines.h index 53111bb..c4e31e3 100644 --- a/examples/Async_DHT11ESP8266_Debug/defines.h +++ b/examples/Async_DHT11ESP8266_Debug/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP8266_Debug/dynamicParams.h b/examples/Async_DHT11ESP8266_Debug/dynamicParams.h index bdc256b..a8dd0ff 100644 --- a/examples/Async_DHT11ESP8266_Debug/dynamicParams.h +++ b/examples/Async_DHT11ESP8266_Debug/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP8266_SSL/Async_DHT11ESP8266_SSL.ino b/examples/Async_DHT11ESP8266_SSL/Async_DHT11ESP8266_SSL.ino index ce987dd..9ec9753 100644 --- a/examples/Async_DHT11ESP8266_SSL/Async_DHT11ESP8266_SSL.ino +++ b/examples/Async_DHT11ESP8266_SSL/Async_DHT11ESP8266_SSL.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_DHT11ESP8266_SSL/Credentials.h b/examples/Async_DHT11ESP8266_SSL/Credentials.h index 4613b80..6caf770 100644 --- a/examples/Async_DHT11ESP8266_SSL/Credentials.h +++ b/examples/Async_DHT11ESP8266_SSL/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP8266_SSL/defines.h b/examples/Async_DHT11ESP8266_SSL/defines.h index 339359e..cec4969 100644 --- a/examples/Async_DHT11ESP8266_SSL/defines.h +++ b/examples/Async_DHT11ESP8266_SSL/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_DHT11ESP8266_SSL/dynamicParams.h b/examples/Async_DHT11ESP8266_SSL/dynamicParams.h index bdc256b..a8dd0ff 100644 --- a/examples/Async_DHT11ESP8266_SSL/dynamicParams.h +++ b/examples/Async_DHT11ESP8266_SSL/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP32WM_Config/Async_ESP32WM_Config.ino b/examples/Async_ESP32WM_Config/Async_ESP32WM_Config.ino index f5824af..c4da035 100644 --- a/examples/Async_ESP32WM_Config/Async_ESP32WM_Config.ino +++ b/examples/Async_ESP32WM_Config/Async_ESP32WM_Config.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP32WM_Config/Credentials.h b/examples/Async_ESP32WM_Config/Credentials.h index a98d764..f69871e 100644 --- a/examples/Async_ESP32WM_Config/Credentials.h +++ b/examples/Async_ESP32WM_Config/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP32WM_Config/defines.h b/examples/Async_ESP32WM_Config/defines.h index 987d0a4..6f83b37 100644 --- a/examples/Async_ESP32WM_Config/defines.h +++ b/examples/Async_ESP32WM_Config/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 @@ -67,8 +68,8 @@ #define USE_DYNAMIC_PARAMETERS true // Those above #define's must be placed before #include -#define USE_SSL true -//#define USE_SSL false +//#define USE_SSL true +#define USE_SSL false #if USE_SSL #include //https://github.com/khoih-prog/Blynk_Async_WM diff --git a/examples/Async_ESP32WM_Config/dynamicParams.h b/examples/Async_ESP32WM_Config/dynamicParams.h index 1222d17..6683aa7 100644 --- a/examples/Async_ESP32WM_Config/dynamicParams.h +++ b/examples/Async_ESP32WM_Config/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP32WM_ForcedConfig/Async_ESP32WM_ForcedConfig.ino b/examples/Async_ESP32WM_ForcedConfig/Async_ESP32WM_ForcedConfig.ino index 7f219c4..820a536 100644 --- a/examples/Async_ESP32WM_ForcedConfig/Async_ESP32WM_ForcedConfig.ino +++ b/examples/Async_ESP32WM_ForcedConfig/Async_ESP32WM_ForcedConfig.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP32WM_ForcedConfig/Credentials.h b/examples/Async_ESP32WM_ForcedConfig/Credentials.h index a98d764..f69871e 100644 --- a/examples/Async_ESP32WM_ForcedConfig/Credentials.h +++ b/examples/Async_ESP32WM_ForcedConfig/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP32WM_ForcedConfig/defines.h b/examples/Async_ESP32WM_ForcedConfig/defines.h index 8121bd4..33afa71 100644 --- a/examples/Async_ESP32WM_ForcedConfig/defines.h +++ b/examples/Async_ESP32WM_ForcedConfig/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 @@ -67,8 +68,8 @@ #define USE_DYNAMIC_PARAMETERS true // Those above #define's must be placed before #include -//#define USE_SSL true -#define USE_SSL false +#define USE_SSL true +//#define USE_SSL false #if USE_SSL #include //https://github.com/khoih-prog/Blynk_Async_WM diff --git a/examples/Async_ESP32WM_ForcedConfig/dynamicParams.h b/examples/Async_ESP32WM_ForcedConfig/dynamicParams.h index 1222d17..6683aa7 100644 --- a/examples/Async_ESP32WM_ForcedConfig/dynamicParams.h +++ b/examples/Async_ESP32WM_ForcedConfig/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP32WM_MRD_Config/Async_ESP32WM_MRD_Config.ino b/examples/Async_ESP32WM_MRD_Config/Async_ESP32WM_MRD_Config.ino index 478d629..bb7364c 100644 --- a/examples/Async_ESP32WM_MRD_Config/Async_ESP32WM_MRD_Config.ino +++ b/examples/Async_ESP32WM_MRD_Config/Async_ESP32WM_MRD_Config.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP32WM_MRD_Config/Credentials.h b/examples/Async_ESP32WM_MRD_Config/Credentials.h index a98d764..f69871e 100644 --- a/examples/Async_ESP32WM_MRD_Config/Credentials.h +++ b/examples/Async_ESP32WM_MRD_Config/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP32WM_MRD_Config/defines.h b/examples/Async_ESP32WM_MRD_Config/defines.h index 00b90c5..d0be38b 100644 --- a/examples/Async_ESP32WM_MRD_Config/defines.h +++ b/examples/Async_ESP32WM_MRD_Config/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP32WM_MRD_Config/dynamicParams.h b/examples/Async_ESP32WM_MRD_Config/dynamicParams.h index 1222d17..6683aa7 100644 --- a/examples/Async_ESP32WM_MRD_Config/dynamicParams.h +++ b/examples/Async_ESP32WM_MRD_Config/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP32WM_MRD_ForcedConfig/Async_ESP32WM_MRD_ForcedConfig.ino b/examples/Async_ESP32WM_MRD_ForcedConfig/Async_ESP32WM_MRD_ForcedConfig.ino index 660f84e..2577f61 100644 --- a/examples/Async_ESP32WM_MRD_ForcedConfig/Async_ESP32WM_MRD_ForcedConfig.ino +++ b/examples/Async_ESP32WM_MRD_ForcedConfig/Async_ESP32WM_MRD_ForcedConfig.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP32WM_MRD_ForcedConfig/Credentials.h b/examples/Async_ESP32WM_MRD_ForcedConfig/Credentials.h index a98d764..f69871e 100644 --- a/examples/Async_ESP32WM_MRD_ForcedConfig/Credentials.h +++ b/examples/Async_ESP32WM_MRD_ForcedConfig/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP32WM_MRD_ForcedConfig/defines.h b/examples/Async_ESP32WM_MRD_ForcedConfig/defines.h index de2dcc2..d0be38b 100644 --- a/examples/Async_ESP32WM_MRD_ForcedConfig/defines.h +++ b/examples/Async_ESP32WM_MRD_ForcedConfig/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 @@ -99,8 +100,8 @@ #define USE_DYNAMIC_PARAMETERS true // Those above #define's must be placed before #include -#define USE_SSL true -//#define USE_SSL false +//#define USE_SSL true +#define USE_SSL false #if USE_SSL #include //https://github.com/khoih-prog/Blynk_Async_WM diff --git a/examples/Async_ESP32WM_MRD_ForcedConfig/dynamicParams.h b/examples/Async_ESP32WM_MRD_ForcedConfig/dynamicParams.h index 1222d17..6683aa7 100644 --- a/examples/Async_ESP32WM_MRD_ForcedConfig/dynamicParams.h +++ b/examples/Async_ESP32WM_MRD_ForcedConfig/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_Config/Async_ESP8266WM_Config.ino b/examples/Async_ESP8266WM_Config/Async_ESP8266WM_Config.ino index 5139408..e7ddae5 100644 --- a/examples/Async_ESP8266WM_Config/Async_ESP8266WM_Config.ino +++ b/examples/Async_ESP8266WM_Config/Async_ESP8266WM_Config.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP8266WM_Config/Credentials.h b/examples/Async_ESP8266WM_Config/Credentials.h index 67ae7f4..1cb29ca 100644 --- a/examples/Async_ESP8266WM_Config/Credentials.h +++ b/examples/Async_ESP8266WM_Config/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_Config/defines.h b/examples/Async_ESP8266WM_Config/defines.h index 621659a..e23821d 100644 --- a/examples/Async_ESP8266WM_Config/defines.h +++ b/examples/Async_ESP8266WM_Config/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_Config/dynamicParams.h b/examples/Async_ESP8266WM_Config/dynamicParams.h index 0f186ae..f1d9be4 100644 --- a/examples/Async_ESP8266WM_Config/dynamicParams.h +++ b/examples/Async_ESP8266WM_Config/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_ForcedConfig/Async_ESP8266WM_ForcedConfig.ino b/examples/Async_ESP8266WM_ForcedConfig/Async_ESP8266WM_ForcedConfig.ino index fb94d8d..feaed4a 100644 --- a/examples/Async_ESP8266WM_ForcedConfig/Async_ESP8266WM_ForcedConfig.ino +++ b/examples/Async_ESP8266WM_ForcedConfig/Async_ESP8266WM_ForcedConfig.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP8266WM_ForcedConfig/Credentials.h b/examples/Async_ESP8266WM_ForcedConfig/Credentials.h index 67ae7f4..1cb29ca 100644 --- a/examples/Async_ESP8266WM_ForcedConfig/Credentials.h +++ b/examples/Async_ESP8266WM_ForcedConfig/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_ForcedConfig/defines.h b/examples/Async_ESP8266WM_ForcedConfig/defines.h index bca2721..6e1640b 100644 --- a/examples/Async_ESP8266WM_ForcedConfig/defines.h +++ b/examples/Async_ESP8266WM_ForcedConfig/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_ForcedConfig/dynamicParams.h b/examples/Async_ESP8266WM_ForcedConfig/dynamicParams.h index 0f186ae..f1d9be4 100644 --- a/examples/Async_ESP8266WM_ForcedConfig/dynamicParams.h +++ b/examples/Async_ESP8266WM_ForcedConfig/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_MRD_Config/Async_ESP8266WM_MRD_Config.ino b/examples/Async_ESP8266WM_MRD_Config/Async_ESP8266WM_MRD_Config.ino index 97f473e..d21a337 100644 --- a/examples/Async_ESP8266WM_MRD_Config/Async_ESP8266WM_MRD_Config.ino +++ b/examples/Async_ESP8266WM_MRD_Config/Async_ESP8266WM_MRD_Config.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP8266WM_MRD_Config/Credentials.h b/examples/Async_ESP8266WM_MRD_Config/Credentials.h index 67ae7f4..1cb29ca 100644 --- a/examples/Async_ESP8266WM_MRD_Config/Credentials.h +++ b/examples/Async_ESP8266WM_MRD_Config/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_MRD_Config/defines.h b/examples/Async_ESP8266WM_MRD_Config/defines.h index 810f95a..81425f4 100644 --- a/examples/Async_ESP8266WM_MRD_Config/defines.h +++ b/examples/Async_ESP8266WM_MRD_Config/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_MRD_Config/dynamicParams.h b/examples/Async_ESP8266WM_MRD_Config/dynamicParams.h index 0f186ae..f1d9be4 100644 --- a/examples/Async_ESP8266WM_MRD_Config/dynamicParams.h +++ b/examples/Async_ESP8266WM_MRD_Config/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_MRD_ForcedConfig/Async_ESP8266WM_MRD_ForcedConfig.ino b/examples/Async_ESP8266WM_MRD_ForcedConfig/Async_ESP8266WM_MRD_ForcedConfig.ino index 31328cb..3d95068 100644 --- a/examples/Async_ESP8266WM_MRD_ForcedConfig/Async_ESP8266WM_MRD_ForcedConfig.ino +++ b/examples/Async_ESP8266WM_MRD_ForcedConfig/Async_ESP8266WM_MRD_ForcedConfig.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP8266WM_MRD_ForcedConfig/Credentials.h b/examples/Async_ESP8266WM_MRD_ForcedConfig/Credentials.h index 67ae7f4..1cb29ca 100644 --- a/examples/Async_ESP8266WM_MRD_ForcedConfig/Credentials.h +++ b/examples/Async_ESP8266WM_MRD_ForcedConfig/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_MRD_ForcedConfig/defines.h b/examples/Async_ESP8266WM_MRD_ForcedConfig/defines.h index f697aad..2ed9272 100644 --- a/examples/Async_ESP8266WM_MRD_ForcedConfig/defines.h +++ b/examples/Async_ESP8266WM_MRD_ForcedConfig/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/Async_ESP8266WM_MRD_ForcedConfig/dynamicParams.h b/examples/Async_ESP8266WM_MRD_ForcedConfig/dynamicParams.h index 0f186ae..f1d9be4 100644 --- a/examples/Async_ESP8266WM_MRD_ForcedConfig/dynamicParams.h +++ b/examples/Async_ESP8266WM_MRD_ForcedConfig/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/AsyncMT_AM2315_ESP32_SSL.ino b/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/AsyncMT_AM2315_ESP32_SSL.ino index ed14831..5287a25 100644 --- a/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/AsyncMT_AM2315_ESP32_SSL.ino +++ b/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/AsyncMT_AM2315_ESP32_SSL.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/Credentials.h b/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/Credentials.h index 6774420..466e300 100644 --- a/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/Credentials.h +++ b/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/defines.h b/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/defines.h index 96ea8bb..bf6a3c0 100644 --- a/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/defines.h +++ b/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/dynamicParams.h b/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/dynamicParams.h index f3fd7a8..35fe5aa 100644 --- a/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/dynamicParams.h +++ b/examples/ESP32_MultiTask/AsyncMT_AM2315_ESP32_SSL/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/AsyncMT_DHT11ESP32.ino b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/AsyncMT_DHT11ESP32.ino index 853a08f..408aacd 100644 --- a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/AsyncMT_DHT11ESP32.ino +++ b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/AsyncMT_DHT11ESP32.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/Credentials.h b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/Credentials.h index 6774420..466e300 100644 --- a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/Credentials.h +++ b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/defines.h b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/defines.h index eab9fa5..0b96a8d 100644 --- a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/defines.h +++ b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/dynamicParams.h b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/dynamicParams.h index f3fd7a8..35fe5aa 100644 --- a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/dynamicParams.h +++ b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/AsyncMT_DHT11ESP32_SSL.ino b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/AsyncMT_DHT11ESP32_SSL.ino index b6fa179..7518462 100644 --- a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/AsyncMT_DHT11ESP32_SSL.ino +++ b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/AsyncMT_DHT11ESP32_SSL.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/Credentials.h b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/Credentials.h index 6774420..466e300 100644 --- a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/Credentials.h +++ b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/defines.h b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/defines.h index 8f9ed63..f8b615f 100644 --- a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/defines.h +++ b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/dynamicParams.h b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/dynamicParams.h index f3fd7a8..35fe5aa 100644 --- a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/dynamicParams.h +++ b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/AsyncMT_ESP32WM_Config.ino b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/AsyncMT_ESP32WM_Config.ino index 72001a3..6b7162d 100644 --- a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/AsyncMT_ESP32WM_Config.ino +++ b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/AsyncMT_ESP32WM_Config.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/Credentials.h b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/Credentials.h index 6774420..466e300 100644 --- a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/Credentials.h +++ b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/defines.h b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/defines.h index 0d80bc6..5c5499c 100644 --- a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/defines.h +++ b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/dynamicParams.h b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/dynamicParams.h index f3fd7a8..35fe5aa 100644 --- a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/dynamicParams.h +++ b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/AsyncMT_ESP32WM_ForcedConfig.ino b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/AsyncMT_ESP32WM_ForcedConfig.ino index 7441884..8b742ea 100644 --- a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/AsyncMT_ESP32WM_ForcedConfig.ino +++ b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/AsyncMT_ESP32WM_ForcedConfig.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/Credentials.h b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/Credentials.h index 6774420..466e300 100644 --- a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/Credentials.h +++ b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/defines.h b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/defines.h index b2469a7..91c3315 100644 --- a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/defines.h +++ b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/dynamicParams.h b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/dynamicParams.h index f3fd7a8..35fe5aa 100644 --- a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/dynamicParams.h +++ b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Async_ESP32_MultiTask.ino b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Async_ESP32_MultiTask.ino index a63bb6e..062f4fc 100644 --- a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Async_ESP32_MultiTask.ino +++ b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Async_ESP32_MultiTask.ino @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Credentials.h b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Credentials.h index 104a567..811404d 100644 --- a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Credentials.h +++ b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Credentials.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Free_Fonts.h b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Free_Fonts.h index 78eef64..8ec8275 100644 --- a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Free_Fonts.h +++ b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Free_Fonts.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ // From https://github.com/Bodmer/TFT_eSPI/blob/master/examples/320%20x%20240/Free_Font_Demo/Free_Fonts.h diff --git a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/bmp.h b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/bmp.h index a8dd32f..d64e14c 100644 --- a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/bmp.h +++ b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/bmp.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 ********************************************************************************************************************************/ // ArduinoMenu diff --git a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/defines.h b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/defines.h index 45bbfca..da36ad8 100644 --- a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/defines.h +++ b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/defines.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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 diff --git a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/dynamicParams.h b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/dynamicParams.h index f3fd7a8..35fe5aa 100644 --- a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/dynamicParams.h +++ b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/dynamicParams.h @@ -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.1 + Version: 1.2.2 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -17,6 +17,7 @@ 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