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

Commit

Permalink
Major Releases v1.0.6
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
khoih-prog authored Aug 26, 2020
1 parent 401c770 commit 4d5180c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/BlynkSimpleEsp32_BLE_WF.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
1.0.4 K Hoang 14/03/2020 Enhance GUI. Reduce code size.
1.0.5 K Hoang 18/04/2020 MultiWiFi/Blynk. Dynamic custom parameters. SSID password maxlen is 63 now.
Permit special chars # and % in input data.
1.0.6 K Hoang 24/04/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
1.0.6 K Hoang 24/08/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
Auto format SPIFFS. Update examples.
*****************************************************************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleEsp32_BT_WF.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
1.0.4 K Hoang 14/03/2020 Enhance GUI. Reduce code size.
1.0.5 K Hoang 18/04/2020 MultiWiFi/Blynk. Dynamic custom parameters. SSID password maxlen is 63 now.
Permit special chars # and % in input data.
1.0.6 K Hoang 24/04/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
1.0.6 K Hoang 24/08/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
Auto format SPIFFS. Update examples.
*****************************************************************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleEsp32_WF.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
1.0.4 K Hoang 14/03/2020 Enhance GUI. Reduce code size.
1.0.5 K Hoang 18/04/2020 MultiWiFi/Blynk. Dynamic custom parameters. SSID password maxlen is 63 now.
Permit special chars # and % in input data.
1.0.6 K Hoang 24/04/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
1.0.6 K Hoang 24/08/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
Auto format SPIFFS. Update examples.
*****************************************************************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions src/BlynkSimpleEsp32_WFM.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
1.0.4 K Hoang 14/03/2020 Enhance GUI. Reduce code size.
1.0.5 K Hoang 18/04/2020 MultiWiFi/Blynk. Dynamic custom parameters. SSID password maxlen is 63 now.
Permit special chars # and % in input data.
1.0.6 K Hoang 24/04/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
1.0.6 K Hoang 24/08/2020 Add Configurable Config Portal Title, Add USE_DEFAULT_CONFIG_DATA and DRD.
Auto format SPIFFS. Update examples.
*****************************************************************************************************************************/

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

saveConfigData();
saveAllConfigData();

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

Expand Down

0 comments on commit 4d5180c

Please sign in to comment.