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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
13
+ Version: 1.4.1
14
14
15
15
Version Modified By Date Comments
16
16
------- ----------- ---------- -----------
24
24
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
25
25
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
26
26
Fix SSL issue with Blynk Cloud Server
27
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
27
28
********************************************************************************************************************************/
28
29
29
30
// 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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
#include " defines.h"
27
28
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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#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.4.0
11
+ Version: 1.4.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
22
22
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
23
23
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
24
24
Fix SSL issue with Blynk Cloud Server
25
+ 1.4.1 K Hoang 24/04/2021 Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32
25
26
********************************************************************************************************************************/
26
27
27
28
#include " defines.h"
You can’t perform that action at this time.
0 commit comments