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

Commit

Permalink
v1.6.2 to update PIO
Browse files Browse the repository at this point in the history
### Releases v1.6.2

1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
2. Update ESP8266_CORE_VERSION for ESP8266 core v3.0.2+
  • Loading branch information
khoih-prog authored Oct 9, 2021
1 parent b51c894 commit e6b6795
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 396 deletions.
18 changes: 0 additions & 18 deletions examples/Async_AM2315_ESP32_SSL/Async_AM2315_ESP32_SSL.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 0 additions & 18 deletions examples/Async_AM2315_ESP8266/Async_AM2315_ESP8266.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 0 additions & 18 deletions examples/Async_Blynk_WM_Template/Async_Blynk_WM_Template.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 0 additions & 18 deletions examples/Async_DHT11ESP32/Async_DHT11ESP32.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 0 additions & 18 deletions examples/Async_DHT11ESP32_SSL/Async_DHT11ESP32_SSL.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 0 additions & 18 deletions examples/Async_DHT11ESP8266/Async_DHT11ESP8266.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 0 additions & 18 deletions examples/Async_DHT11ESP8266_Debug/Async_DHT11ESP8266_Debug.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
18 changes: 0 additions & 18 deletions examples/Async_DHT11ESP8266_SSL/Async_DHT11ESP8266_SSL.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 0 additions & 18 deletions examples/Async_ESP32WM_Config/Async_ESP32WM_Config.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 0 additions & 18 deletions examples/Async_ESP32WM_ForcedConfig/Async_ESP32WM_ForcedConfig.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit e6b6795

Please sign in to comment.