This repository was archived by the owner on Dec 5, 2021. It is now read-only.
File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
Version Modified By Date Comments
23
23
------- ----------- ---------- -----------
24
24
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.
26
26
*****************************************************************************************************************************/
27
27
28
28
#ifndef BlynkSimpleEsp32_BLE_WF_h
Original file line number Diff line number Diff line change 22
22
Version Modified By Date Comments
23
23
------- ----------- ---------- -----------
24
24
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.
26
26
*****************************************************************************************************************************/
27
27
28
28
#ifndef BlynkSimpleEsp32_BT_WF_h
Original file line number Diff line number Diff line change 22
22
Version Modified By Date Comments
23
23
------- ----------- ---------- -----------
24
24
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.
26
26
*****************************************************************************************************************************/
27
27
28
28
#ifndef BlynkSimpleEsp32_WF_h
Original file line number Diff line number Diff line change 22
22
Version Modified By Date Comments
23
23
------- ----------- ---------- -----------
24
24
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.
26
26
*****************************************************************************************************************************/
27
27
28
28
#ifndef BlynkSimpleEsp32_WFM_h
@@ -1854,7 +1854,7 @@ class BlynkWifi
1854
1854
BLYNK_LOG1 (BLYNK_F (" h:UpdEEPROM" ));
1855
1855
#endif
1856
1856
1857
- saveConfigData ();
1857
+ saveAllConfigData ();
1858
1858
1859
1859
BLYNK_LOG1 (BLYNK_F (" h:Rst" ));
1860
1860
You can’t perform that action at this time.
0 commit comments