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

Commit efde59a

Browse files
authored
Initial Releases v1.0.6
### Releases v1.0.6 1. Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. 2. Bump up to v1.0.6 to sync with [BlynkESP32_BT_WF library v1.0.6](https://github.com/khoih-prog/BlynkESP32_BT_WF).
1 parent 6df4d78 commit efde59a

4 files changed

+5
-5
lines changed

src/BlynkSimpleEsp32_Async_BLE_WF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Version Modified By Date Comments
2323
------- ----------- ---------- -----------
2424
1.0.6 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
25-
Bump up to v1.0.16 to sync with BlynkESP32_BT_WF v1.0.6.
25+
Bump up to v1.0.6 to sync with BlynkESP32_BT_WF v1.0.6.
2626
*****************************************************************************************************************************/
2727

2828
#ifndef BlynkSimpleEsp32_BLE_WF_h

src/BlynkSimpleEsp32_Async_BT_WF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Version Modified By Date Comments
2323
------- ----------- ---------- -----------
2424
1.0.6 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
25-
Bump up to v1.0.16 to sync with BlynkESP32_BT_WF v1.0.6.
25+
Bump up to v1.0.6 to sync with BlynkESP32_BT_WF v1.0.6.
2626
*****************************************************************************************************************************/
2727

2828
#ifndef BlynkSimpleEsp32_BT_WF_h

src/BlynkSimpleEsp32_Async_WF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Version Modified By Date Comments
2323
------- ----------- ---------- -----------
2424
1.0.6 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
25-
Bump up to v1.0.16 to sync with BlynkESP32_BT_WF v1.0.6.
25+
Bump up to v1.0.6 to sync with BlynkESP32_BT_WF v1.0.6.
2626
*****************************************************************************************************************************/
2727

2828
#ifndef BlynkSimpleEsp32_WF_h

src/BlynkSimpleEsp32_Async_WFM.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Version Modified By Date Comments
2323
------- ----------- ---------- -----------
2424
1.0.6 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
25-
Bump up to v1.0.16 to sync with BlynkESP32_BT_WF v1.0.6.
25+
Bump up to v1.0.6 to sync with BlynkESP32_BT_WF v1.0.6.
2626
*****************************************************************************************************************************/
2727

2828
#ifndef BlynkSimpleEsp32_WFM_h
@@ -1854,7 +1854,7 @@ class BlynkWifi
18541854
BLYNK_LOG1(BLYNK_F("h:UpdEEPROM"));
18551855
#endif
18561856

1857-
saveConfigData();
1857+
saveAllConfigData();
18581858

18591859
BLYNK_LOG1(BLYNK_F("h:Rst"));
18601860

0 commit comments

Comments
 (0)