From efde59a592a32b70257dd60b92e79a501f68f0ed Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 26 Aug 2020 02:23:03 -0400 Subject: [PATCH] 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). --- src/BlynkSimpleEsp32_Async_BLE_WF.h | 2 +- src/BlynkSimpleEsp32_Async_BT_WF.h | 2 +- src/BlynkSimpleEsp32_Async_WF.h | 2 +- src/BlynkSimpleEsp32_Async_WFM.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/BlynkSimpleEsp32_Async_BLE_WF.h b/src/BlynkSimpleEsp32_Async_BLE_WF.h index 0d18a25..beeb45a 100644 --- a/src/BlynkSimpleEsp32_Async_BLE_WF.h +++ b/src/BlynkSimpleEsp32_Async_BLE_WF.h @@ -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 diff --git a/src/BlynkSimpleEsp32_Async_BT_WF.h b/src/BlynkSimpleEsp32_Async_BT_WF.h index 8f90703..c96bf53 100644 --- a/src/BlynkSimpleEsp32_Async_BT_WF.h +++ b/src/BlynkSimpleEsp32_Async_BT_WF.h @@ -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 diff --git a/src/BlynkSimpleEsp32_Async_WF.h b/src/BlynkSimpleEsp32_Async_WF.h index 3f21c4e..a1f0900 100644 --- a/src/BlynkSimpleEsp32_Async_WF.h +++ b/src/BlynkSimpleEsp32_Async_WF.h @@ -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 diff --git a/src/BlynkSimpleEsp32_Async_WFM.h b/src/BlynkSimpleEsp32_Async_WFM.h index ecd90e2..e35b094 100644 --- a/src/BlynkSimpleEsp32_Async_WFM.h +++ b/src/BlynkSimpleEsp32_Async_WFM.h @@ -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 @@ -1854,7 +1854,7 @@ class BlynkWifi BLYNK_LOG1(BLYNK_F("h:UpdEEPROM")); #endif - saveConfigData(); + saveAllConfigData(); BLYNK_LOG1(BLYNK_F("h:Rst"));