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

Commit

Permalink
Initial Releases v1.0.6
Browse files Browse the repository at this point in the history
### 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).
  • Loading branch information
khoih-prog authored Aug 26, 2020
1 parent 6df4d78 commit efde59a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/BlynkSimpleEsp32_Async_BLE_WF.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.6 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with BlynkESP32_BT_WF v1.0.6.
Bump up to v1.0.6 to sync with BlynkESP32_BT_WF v1.0.6.
*****************************************************************************************************************************/

#ifndef BlynkSimpleEsp32_BLE_WF_h
Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleEsp32_Async_BT_WF.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.6 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with BlynkESP32_BT_WF v1.0.6.
Bump up to v1.0.6 to sync with BlynkESP32_BT_WF v1.0.6.
*****************************************************************************************************************************/

#ifndef BlynkSimpleEsp32_BT_WF_h
Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleEsp32_Async_WF.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.6 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with BlynkESP32_BT_WF v1.0.6.
Bump up to v1.0.6 to sync with BlynkESP32_BT_WF v1.0.6.
*****************************************************************************************************************************/

#ifndef BlynkSimpleEsp32_WF_h
Expand Down
4 changes: 2 additions & 2 deletions src/BlynkSimpleEsp32_Async_WFM.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.6 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
Bump up to v1.0.16 to sync with BlynkESP32_BT_WF v1.0.6.
Bump up to v1.0.6 to sync with BlynkESP32_BT_WF v1.0.6.
*****************************************************************************************************************************/

#ifndef BlynkSimpleEsp32_WFM_h
Expand Down Expand Up @@ -1854,7 +1854,7 @@ class BlynkWifi
BLYNK_LOG1(BLYNK_F("h:UpdEEPROM"));
#endif

saveConfigData();
saveAllConfigData();

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

Expand Down

0 comments on commit efde59a

Please sign in to comment.