Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 4d5180c

Browse files
authored
Major Releases v1.0.6
### Major Releases v1.0.6 1. Add Configurable **Config Portal Title** to be either HostName, BoardName or default undistinguishable names. 2. Add optional default **Credentials as well as Dynamic parameters to be optionally autoloaded into Config Portal** to use or change instead of manually input using USE_DEFAULT_CONFIG_DATA. 3. Add **DoubleDetectDetector** feature to force Config Portal when double reset is detected within predetermined time, default 10s. 4. Auto format SPIFFS for first time usage. 5. Examples are redesigned to separate Credentials / Defines / Dynamic Params / Code so that you can change Credentials / Dynamic Params quickly for each device.
1 parent 401c770 commit 4d5180c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/BlynkSimpleEsp32_BLE_WF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
1.0.4 K Hoang 14/03/2020 Enhance GUI. Reduce code size.
2929
1.0.5 K Hoang 18/04/2020 MultiWiFi/Blynk. Dynamic custom parameters. SSID password maxlen is 63 now.
3030
Permit special chars # and % in input data.
31-
1.0.6 K Hoang 24/04/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
31+
1.0.6 K Hoang 24/08/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
3232
Auto format SPIFFS. Update examples.
3333
*****************************************************************************************************************************/
3434

src/BlynkSimpleEsp32_BT_WF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
1.0.4 K Hoang 14/03/2020 Enhance GUI. Reduce code size.
2929
1.0.5 K Hoang 18/04/2020 MultiWiFi/Blynk. Dynamic custom parameters. SSID password maxlen is 63 now.
3030
Permit special chars # and % in input data.
31-
1.0.6 K Hoang 24/04/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
31+
1.0.6 K Hoang 24/08/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
3232
Auto format SPIFFS. Update examples.
3333
*****************************************************************************************************************************/
3434

src/BlynkSimpleEsp32_WF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
1.0.4 K Hoang 14/03/2020 Enhance GUI. Reduce code size.
2929
1.0.5 K Hoang 18/04/2020 MultiWiFi/Blynk. Dynamic custom parameters. SSID password maxlen is 63 now.
3030
Permit special chars # and % in input data.
31-
1.0.6 K Hoang 24/04/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
31+
1.0.6 K Hoang 24/08/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
3232
Auto format SPIFFS. Update examples.
3333
*****************************************************************************************************************************/
3434

src/BlynkSimpleEsp32_WFM.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
1.0.4 K Hoang 14/03/2020 Enhance GUI. Reduce code size.
2929
1.0.5 K Hoang 18/04/2020 MultiWiFi/Blynk. Dynamic custom parameters. SSID password maxlen is 63 now.
3030
Permit special chars # and % in input data.
31-
1.0.6 K Hoang 24/04/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
31+
1.0.6 K Hoang 24/08/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
3232
Auto format SPIFFS. Update examples.
3333
*****************************************************************************************************************************/
3434

@@ -1869,7 +1869,7 @@ class BlynkWifi
18691869
BLYNK_LOG1(BLYNK_F("h:UpdEEPROM"));
18701870
#endif
18711871

1872-
saveConfigData();
1872+
saveAllConfigData();
18731873

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

0 commit comments

Comments
 (0)