Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 12fe4fb

Browse files
authored
v1.3.1 to fix bug with custom Blynk ports
### Releases v1.3.1 1. Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32. Check [Custom Blynk port not working for BlynkSimpleEsp32_Async_WM.h #4](khoih-prog/Blynk_Async_WM#4)
1 parent 5c5bd20 commit 12fe4fb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ The following is the sample terminal output when running example [ESP8266WM_MRD_
15331533

15341534
```
15351535
Starting ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
1536-
Blynk_WM SSL for ESP8266 v1.3.0
1536+
Blynk_WM SSL for ESP8266 v1.3.1
15371537
ESP_MultiResetDetector v1.1.1
15381538
LittleFS Flag read = 0xFFFD0002
15391539
multiResetDetectorFlag = 0xFFFD0002
@@ -1613,7 +1613,7 @@ BBBBBB
16131613

16141614
```
16151615
Starting ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
1616-
Blynk_WM SSL for ESP8266 v1.3.0
1616+
Blynk_WM SSL for ESP8266 v1.3.1
16171617
ESP_MultiResetDetector v1.1.1
16181618
LittleFS Flag read = 0xFFFC0003
16191619
multiResetDetectorFlag = 0xFFFC0003
@@ -1675,7 +1675,7 @@ The following is the sample terminal output when running example [DHT11ESP8266_S
16751675

16761676
```
16771677
Starting DHT11ESP8266_SSL using LittleFS with SSL on ESP8266_NODEMCU
1678-
Blynk_WM SSL for ESP8266 v1.3.0
1678+
Blynk_WM SSL for ESP8266 v1.3.1
16791679
ESP_DoubleResetDetector v1.1.1
16801680
[293] Hostname=ESP8266-DHT11-SSL
16811681
[316] LoadCfgFile
@@ -1733,7 +1733,7 @@ The following is the sample terminal output when running example [ESP32WM_MRD_Co
17331733

17341734
```
17351735
Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV
1736-
Blynk_WM for ESP32 v1.3.0
1736+
Blynk_WM for ESP32 v1.3.1
17371737
ESP_MultiResetDetector v1.1.1
17381738
LittleFS Flag read = 0xFFFE0001
17391739
multiResetDetectorFlag = 0xFFFE0001
@@ -1810,7 +1810,7 @@ BBBBBB
18101810

18111811
```
18121812
Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV
1813-
Blynk_WM for ESP32 v1.3.0
1813+
Blynk_WM for ESP32 v1.3.1
18141814
ESP_MultiResetDetector v1.1.1
18151815
LittleFS Flag read = 0xFFFC0003
18161816
multiResetDetectorFlag = 0xFFFC0003
@@ -1868,7 +1868,7 @@ ets Jun 8 2016 00:22:57
18681868

18691869
```
18701870
Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV
1871-
Blynk_WM for ESP32 v1.3.0
1871+
Blynk_WM for ESP32 v1.3.1
18721872
ESP_MultiResetDetector v1.1.1
18731873
LittleFS Flag read = 0xFFFE0001
18741874
multiResetDetectorFlag = 0xFFFE0001
@@ -1992,7 +1992,7 @@ The following is the sample terminal output when running example [DHT11ESP8266_S
19921992

19931993
```
19941994
Starting DHT11ESP32_SSL using LITTLEFS with SSL on ESP32_DEV
1995-
Blynk_WM SSL for ESP32 v1.3.0
1995+
Blynk_WM SSL for ESP32 v1.3.1
19961996
ESP_DoubleResetDetector v1.1.1
19971997
[346] Hostname=ESP32-DHT11-SSL
19981998
[385] LoadCfgFile
@@ -2379,7 +2379,7 @@ The following is the sample terminal output when running example [ESP8266WM_MRD_
23792379

23802380
```
23812381
Starting ESP8266WM_MRD_ForcedConfig using LittleFS with SSL on ESP8266_NODEMCU
2382-
Blynk_WM SSL for ESP8266 v1.3.0
2382+
Blynk_WM SSL for ESP8266 v1.3.1
23832383
ESP_MultiResetDetector v1.1.1
23842384
[267] Set CustomsStyle to : <style>div,input{padding:5px;font-size:1em;}input{width:95%;}body{text-align: center;}button{background-color:blue;color:white;line-height:2.4rem;font-size:1.2rem;width:100%;}fieldset{border-radius:0.3rem;margin:0px;}</style>
23852385
[289] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style>
@@ -2467,7 +2467,7 @@ The following is the sample terminal output when running example [ESP32WM_MRD_Co
24672467

24682468
```
24692469
Starting ESP32WM_MRD_Config using LITTLEFS with SSL on ESP32S2_DEV
2470-
Blynk_WM SSL for ESP32 v1.3.0
2470+
Blynk_WM SSL for ESP32 v1.3.1
24712471
ESP_MultiResetDetector v1.1.1
24722472
[134394] Set CustomsStyle to : <style>div,input{padding:5px;font-size:1em;}input{width:95%;}body{text-align: center;}button{background-color:blue;color:white;line-height:2.4rem;font-size:1.2rem;width:100%;}fieldset{border-radius:0.3rem;margin:0px;}</style>
24732473
[134417] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style>

0 commit comments

Comments
 (0)