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"));