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 eecbf3f..7712bc5 100644 --- a/examples/Async_AM2315_ESP32_SSL/Async_AM2315_ESP32_SSL.ino +++ b/examples/Async_AM2315_ESP32_SSL/Async_AM2315_ESP32_SSL.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_AM2315_ESP8266/Async_AM2315_ESP8266.ino b/examples/Async_AM2315_ESP8266/Async_AM2315_ESP8266.ino index 127de62..70453f1 100644 --- a/examples/Async_AM2315_ESP8266/Async_AM2315_ESP8266.ino +++ b/examples/Async_AM2315_ESP8266/Async_AM2315_ESP8266.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.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 d27fb5c..abd4015 100644 --- a/examples/Async_Blynk_WM_Template/Async_Blynk_WM_Template.ino +++ b/examples/Async_Blynk_WM_Template/Async_Blynk_WM_Template.ino @@ -10,24 +10,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ // Sketch uses Arduino IDE-selected ESP32 and ESP8266 to select compile choices diff --git a/examples/Async_DHT11ESP32/Async_DHT11ESP32.ino b/examples/Async_DHT11ESP32/Async_DHT11ESP32.ino index 12120c0..7109043 100644 --- a/examples/Async_DHT11ESP32/Async_DHT11ESP32.ino +++ b/examples/Async_DHT11ESP32/Async_DHT11ESP32.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_DHT11ESP32_SSL/Async_DHT11ESP32_SSL.ino b/examples/Async_DHT11ESP32_SSL/Async_DHT11ESP32_SSL.ino index f940aa8..aaef7f5 100644 --- a/examples/Async_DHT11ESP32_SSL/Async_DHT11ESP32_SSL.ino +++ b/examples/Async_DHT11ESP32_SSL/Async_DHT11ESP32_SSL.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_DHT11ESP8266/Async_DHT11ESP8266.ino b/examples/Async_DHT11ESP8266/Async_DHT11ESP8266.ino index 908a019..70e0402 100644 --- a/examples/Async_DHT11ESP8266/Async_DHT11ESP8266.ino +++ b/examples/Async_DHT11ESP8266/Async_DHT11ESP8266.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_DHT11ESP8266_Debug/Async_DHT11ESP8266_Debug.ino b/examples/Async_DHT11ESP8266_Debug/Async_DHT11ESP8266_Debug.ino index 32514de..5128fee 100644 --- a/examples/Async_DHT11ESP8266_Debug/Async_DHT11ESP8266_Debug.ino +++ b/examples/Async_DHT11ESP8266_Debug/Async_DHT11ESP8266_Debug.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_DHT11ESP8266_SSL/Async_DHT11ESP8266_SSL.ino b/examples/Async_DHT11ESP8266_SSL/Async_DHT11ESP8266_SSL.ino index af2c7f1..99b3953 100644 --- a/examples/Async_DHT11ESP8266_SSL/Async_DHT11ESP8266_SSL.ino +++ b/examples/Async_DHT11ESP8266_SSL/Async_DHT11ESP8266_SSL.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP32WM_Config/Async_ESP32WM_Config.ino b/examples/Async_ESP32WM_Config/Async_ESP32WM_Config.ino index 1fdaef5..da60207 100644 --- a/examples/Async_ESP32WM_Config/Async_ESP32WM_Config.ino +++ b/examples/Async_ESP32WM_Config/Async_ESP32WM_Config.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP32WM_ForcedConfig/Async_ESP32WM_ForcedConfig.ino b/examples/Async_ESP32WM_ForcedConfig/Async_ESP32WM_ForcedConfig.ino index c8f7362..28a4f90 100644 --- a/examples/Async_ESP32WM_ForcedConfig/Async_ESP32WM_ForcedConfig.ino +++ b/examples/Async_ESP32WM_ForcedConfig/Async_ESP32WM_ForcedConfig.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.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 e761100..53aa403 100644 --- a/examples/Async_ESP32WM_MRD_Config/Async_ESP32WM_MRD_Config.ino +++ b/examples/Async_ESP32WM_MRD_Config/Async_ESP32WM_MRD_Config.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.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 ef2977a..54d7ea2 100644 --- a/examples/Async_ESP32WM_MRD_ForcedConfig/Async_ESP32WM_MRD_ForcedConfig.ino +++ b/examples/Async_ESP32WM_MRD_ForcedConfig/Async_ESP32WM_MRD_ForcedConfig.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP8266WM_Config/Async_ESP8266WM_Config.ino b/examples/Async_ESP8266WM_Config/Async_ESP8266WM_Config.ino index 8c8cf51..f30dddb 100644 --- a/examples/Async_ESP8266WM_Config/Async_ESP8266WM_Config.ino +++ b/examples/Async_ESP8266WM_Config/Async_ESP8266WM_Config.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/Async_ESP8266WM_ForcedConfig/Async_ESP8266WM_ForcedConfig.ino b/examples/Async_ESP8266WM_ForcedConfig/Async_ESP8266WM_ForcedConfig.ino index 572e3a6..82efb1f 100644 --- a/examples/Async_ESP8266WM_ForcedConfig/Async_ESP8266WM_ForcedConfig.ino +++ b/examples/Async_ESP8266WM_ForcedConfig/Async_ESP8266WM_ForcedConfig.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.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 588e779..d33c908 100644 --- a/examples/Async_ESP8266WM_MRD_Config/Async_ESP8266WM_MRD_Config.ino +++ b/examples/Async_ESP8266WM_MRD_Config/Async_ESP8266WM_MRD_Config.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.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 64cde6b..4430ee8 100644 --- a/examples/Async_ESP8266WM_MRD_ForcedConfig/Async_ESP8266WM_MRD_ForcedConfig.ino +++ b/examples/Async_ESP8266WM_MRD_ForcedConfig/Async_ESP8266WM_MRD_ForcedConfig.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.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 aaaff2d..f091ff6 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,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h" diff --git a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/AsyncMT_DHT11ESP32.ino b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/AsyncMT_DHT11ESP32.ino index 1ca2e41..a376c1e 100644 --- a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/AsyncMT_DHT11ESP32.ino +++ b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32/AsyncMT_DHT11ESP32.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.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 465eacd..c591b13 100644 --- a/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/AsyncMT_DHT11ESP32_SSL.ino +++ b/examples/ESP32_MultiTask/AsyncMT_DHT11ESP32_SSL/AsyncMT_DHT11ESP32_SSL.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.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 87fd135..6d3c9a6 100644 --- a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/AsyncMT_ESP32WM_Config.ino +++ b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_Config/AsyncMT_ESP32WM_Config.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.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 38c16a0..64096cd 100644 --- a/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/AsyncMT_ESP32WM_ForcedConfig.ino +++ b/examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig/AsyncMT_ESP32WM_ForcedConfig.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.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 900f275..c007754 100644 --- a/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Async_ESP32_MultiTask.ino +++ b/examples/ESP32_MultiTask/Async_ESP32_MultiTask/Async_ESP32_MultiTask.ino @@ -8,24 +8,6 @@ Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases) Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM) Licensed under MIT license - Version: 1.6.1 - - Version Modified By Date Comments - ------- ----------- ---------- ----------- - 1.0.16 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. - Bump up to v1.0.16 to sync with Blynk_WM v1.0.16 - 1.1.0 K Hoang 26/11/2020 Add examples using RTOS MultiTask to avoid blocking in operation. - 1.2.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD - 1.2.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches - 1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs - 1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP - 1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2. - 1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS - Fix SSL issue with Blynk Cloud Server - 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32 - 1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal - 1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0 - 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1 ********************************************************************************************************************************/ #include "defines.h"