This repository was archived by the owner on Feb 9, 2022. It is now read-only.
File tree 22 files changed +44
-22
lines changed
Async_ESP32WM_ForcedConfig
Async_ESP32WM_MRD_ForcedConfig
Async_ESP8266WM_ForcedConfig
Async_ESP8266WM_MRD_Config
Async_ESP8266WM_MRD_ForcedConfig
AsyncMT_ESP32WM_ForcedConfig
22 files changed +44
-22
lines changed Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 10
10
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
11
11
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
12
12
Licensed under MIT license
13
- Version: 1.6.0
13
+ Version: 1.6.1
14
14
15
15
Version Modified By Date Comments
16
16
------- ----------- ---------- -----------
27
27
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
28
28
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
29
29
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
30
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
30
31
********************************************************************************************************************************/
31
32
32
33
// Sketch uses Arduino IDE-selected ESP32 and ESP8266 to select compile choices
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
#include " defines.h"
30
31
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
Original file line number Diff line number Diff line change 8
8
Based on and modified from Blynk library v0.6.1 (https://github.com/blynkkk/blynk-library/releases)
9
9
Built by Khoi Hoang (https://github.com/khoih-prog/Blynk_Async_WM)
10
10
Licensed under MIT license
11
- Version: 1.6.0
11
+ Version: 1.6.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
25
25
1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
26
26
1.5.0 K Hoang 25/04/2021 Enable scan of WiFi networks for selection in Configuration Portal
27
27
1.6.0 K Hoang 19/05/2021 Fix AP connect and SSL issues caused by breaking ESP8266 core v3.0.0
28
+ 1.6.1 K Hoang 15/07/2021 Add configurable connectMultiWiFi parameters. Update for ESP8266 core v3.0.1
28
29
********************************************************************************************************************************/
29
30
30
31
#include " defines.h"
You can’t perform that action at this time.
0 commit comments