Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit a9c209d

Browse files
authored
v1.1.2
### Releases v1.1.2 1. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
1 parent a4b54bd commit a9c209d

File tree

72 files changed

+2689
-2366
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2689
-2366
lines changed

README.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* [Features](#features)
1919
* [Currently supported Boards](#currently-supported-boards)
2020
* [Changelog](#changelog)
21+
* [Releases v1.1.2](#releases-v112)
2122
* [Releases v1.1.1](#releases-v111)
2223
* [Major Releases v1.1.0](#major-releases-v110)
2324
* [Releases v1.0.16](#releases-v1016)
@@ -160,6 +161,10 @@ This [**BlynkESP32_BT_WF** library](https://github.com/khoih-prog/BlynkESP32_BT_
160161

161162
## Changelog
162163

164+
### Releases v1.1.2
165+
166+
1. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
167+
163168
### Releases v1.1.1
164169

165170
1. Add functions to control Config Portal from software or Virtual Switches. Check [How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25)
@@ -1140,7 +1145,7 @@ Blynk_WM_Configuration defaultConfig =
11401145
#ifndef dynamicParams_h
11411146
#define dynamicParams_h
11421147

1143-
// USE_DYNAMIC_PARAMETERS defined in defined.h
1148+
// USE_DYNAMIC_PARAMETERS defined in defines.h
11441149

11451150
/////////////// Start dynamic Credentials ///////////////
11461151

@@ -1218,7 +1223,7 @@ The following is the sample terminal output when running example [ESP8266WM_MRD_
12181223

12191224
```
12201225
Starting ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
1221-
Blynk_WM SSL for ESP8266 v1.1.1
1226+
Blynk_WM SSL for ESP8266 v1.1.2
12221227
ESP_MultiResetDetector v1.1.1
12231228
LittleFS Flag read = 0xFFFD0002
12241229
multiResetDetectorFlag = 0xFFFD0002
@@ -1298,7 +1303,7 @@ BBBBBB
12981303

12991304
```
13001305
Starting ESP8266WM_MRD_Config using LittleFS with SSL on ESP8266_NODEMCU
1301-
Blynk_WM SSL for ESP8266 v1.1.1
1306+
Blynk_WM SSL for ESP8266 v1.1.2
13021307
ESP_MultiResetDetector v1.1.1
13031308
LittleFS Flag read = 0xFFFC0003
13041309
multiResetDetectorFlag = 0xFFFC0003
@@ -1360,7 +1365,7 @@ The following is the sample terminal output when running example [DHT11ESP8266_S
13601365

13611366
```
13621367
Starting DHT11ESP8266_SSL using LittleFS with SSL on ESP8266_NODEMCU
1363-
Blynk_WM SSL for ESP8266 v1.1.1
1368+
Blynk_WM SSL for ESP8266 v1.1.2
13641369
ESP_DoubleResetDetector v1.1.1
13651370
[293] Hostname=ESP8266-DHT11-SSL
13661371
[316] LoadCfgFile
@@ -1418,7 +1423,7 @@ The following is the sample terminal output when running example [ESP32WM_MRD_Co
14181423

14191424
```
14201425
Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV
1421-
Blynk_WM for ESP32 v1.1.1
1426+
Blynk_WM for ESP32 v1.1.2
14221427
ESP_MultiResetDetector v1.1.1
14231428
LittleFS Flag read = 0xFFFE0001
14241429
multiResetDetectorFlag = 0xFFFE0001
@@ -1495,7 +1500,7 @@ BBBBBB
14951500

14961501
```
14971502
Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV
1498-
Blynk_WM for ESP32 v1.1.1
1503+
Blynk_WM for ESP32 v1.1.2
14991504
ESP_MultiResetDetector v1.1.1
15001505
LittleFS Flag read = 0xFFFC0003
15011506
multiResetDetectorFlag = 0xFFFC0003
@@ -1553,7 +1558,7 @@ ets Jun 8 2016 00:22:57
15531558

15541559
```
15551560
Starting ESP32WM_MRD_Config using LITTLEFS without SSL on ESP32_DEV
1556-
Blynk_WM for ESP32 v1.1.1
1561+
Blynk_WM for ESP32 v1.1.2
15571562
ESP_MultiResetDetector v1.1.1
15581563
LittleFS Flag read = 0xFFFE0001
15591564
multiResetDetectorFlag = 0xFFFE0001
@@ -1677,7 +1682,7 @@ The following is the sample terminal output when running example [DHT11ESP8266_S
16771682

16781683
```
16791684
Starting DHT11ESP32_SSL using LITTLEFS with SSL on ESP32_DEV
1680-
Blynk_WM SSL for ESP32 v1.1.1
1685+
Blynk_WM SSL for ESP32 v1.1.2
16811686
ESP_DoubleResetDetector v1.1.1
16821687
[346] Hostname=ESP32-DHT11-SSL
16831688
[385] LoadCfgFile
@@ -1741,7 +1746,7 @@ Blynk.resetAndEnterConfigPortal();
17411746

17421747
```
17431748
Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU
1744-
Blynk_WM for ESP8266 v1.1.1
1749+
Blynk_WM for ESP8266 v1.1.2
17451750
ESP_MultiResetDetector v1.1.1
17461751
LittleFS Flag read = 0xFFFE0001
17471752
multiResetDetectorFlag = 0xFFFE0001
@@ -1827,7 +1832,7 @@ Non-Persistent CP will be removed after first reset, even you didn't enter the C
18271832

18281833
```
18291834
Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU
1830-
Blynk_WM for ESP8266 v1.1.1
1835+
Blynk_WM for ESP8266 v1.1.2
18311836
ESP_MultiResetDetector v1.1.1
18321837
LittleFS Flag read = 0xFFFE0001
18331838
multiResetDetectorFlag = 0xFFFE0001
@@ -1909,7 +1914,7 @@ Blynk.resetAndEnterConfigPortalPersistent();
19091914

19101915
```
19111916
Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU
1912-
Blynk_WM for ESP8266 v1.1.1
1917+
Blynk_WM for ESP8266 v1.1.2
19131918
ESP_MultiResetDetector v1.1.1
19141919
LittleFS Flag read = 0xFFFE0001
19151920
multiResetDetectorFlag = 0xFFFE0001
@@ -1996,7 +2001,7 @@ Persistent CP will remain after resets. The only way to get rid of Config Portal
19962001

19972002
```
19982003
Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU
1999-
Blynk_WM for ESP8266 v1.1.1
2004+
Blynk_WM for ESP8266 v1.1.2
20002005
ESP_MultiResetDetector v1.1.1
20012006
LittleFS Flag read = 0xFFFE0001
20022007
multiResetDetectorFlag = 0xFFFE0001
@@ -2094,6 +2099,10 @@ Sometimes, the library will only work if you update the board core to the latest
20942099

20952100
## Releases
20962101

2102+
### Releases v1.1.2
2103+
2104+
1. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
2105+
20972106
### Releases v1.1.1
20982107

20992108
1. Add functions to control Config Portal from software or Virtual Switches. Check [How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25)
@@ -2269,15 +2278,17 @@ Submit issues to: [Blynk_WM issues](https://github.com/khoih-prog/Blynk_WM/issue
22692278

22702279
### Contributions and thanks
22712280

2272-
1. Thanks to [chriskio](https://github.com/chriskio) to report [AP-staying-open bug](https://github.com/khoih-prog/Blynk_WM/issues/2).
2273-
2. Thanks to [brondolin](https://github.com/brondolin) to provide the amazing fix in v1.0.10 to permit input special chars such as **%** and **#** into data fields. See [Issue 3](https://github.com/khoih-prog/Blynk_WM/issues/3).
2274-
3. Thanks to [Thor Johnson](https://github.com/thorathome) and [Thor Johnson in Blynk](https://community.blynk.cc/u/thorathome) to test, find bug, suggest and encourage to add those new features in v1.0.13, such as Default Credentials/Dynamic Parms, Configurable Config Portal Title, DRD. The powerful [Blynk_WM_Template](examples/Blynk_WM_Template) is written by [Thor Johnson](https://github.com/thorathome) and is included in the examples with his permission. Check these new features thanks to his direct contribution and/or enhancement requests :
2281+
1. Thanks to [lorol](https://github.com/lorol) for useful [LittleFS_esp32 Library](https://github.com/lorol/LITTLEFS)
2282+
2. Thanks to [chriskio](https://github.com/chriskio) to report [AP-staying-open bug](https://github.com/khoih-prog/Blynk_WM/issues/2).
2283+
3. Thanks to [brondolin](https://github.com/brondolin) to provide the amazing fix in v1.0.10 to permit input special chars such as **%** and **#** into data fields. See [Issue 3](https://github.com/khoih-prog/Blynk_WM/issues/3).
2284+
4. Thanks to [Thor Johnson](https://github.com/thorathome) and [Thor Johnson in Blynk](https://community.blynk.cc/u/thorathome) to test, find bug, suggest and encourage to add those new features in v1.0.13, such as Default Credentials/Dynamic Parms, Configurable Config Portal Title, DRD. The powerful [Blynk_WM_Template](examples/Blynk_WM_Template) is written by [Thor Johnson](https://github.com/thorathome) and is included in the examples with his permission. Check these new features thanks to his direct contribution and/or enhancement requests :
22752285
* [WM Config Portal using BlynkSimpleEsp32/8266_WM.h](https://community.blynk.cc/t/wm-config-portal-using-blynksimpleesp32-8266-wm-h/45402).
22762286
* [How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25)
2277-
4. Thanks to [Thor Johnson](https://github.com/thorathome) and [kevinleberge](https://github.com/kevinleberge) to help locate the bugs, discuss the USE_DEFAULT_CONFIG_DATA solution leading to release v1.0.16. See [Can’t load defaults](https://github.com/khoih-prog/Blynk_WM/issues/15) and [Setting "#define USE_DYNAMIC_PARAMETERS false" on Blynk_WM_Template.ino results in compile error](https://github.com/khoih-prog/Blynk_WM/issues/16)
2287+
5. Thanks to [Thor Johnson](https://github.com/thorathome) and [kevinleberge](https://github.com/kevinleberge) to help locate the bugs, discuss the USE_DEFAULT_CONFIG_DATA solution leading to release v1.0.16. See [Can’t load defaults](https://github.com/khoih-prog/Blynk_WM/issues/15) and [Setting "#define USE_DYNAMIC_PARAMETERS false" on Blynk_WM_Template.ino results in compile error](https://github.com/khoih-prog/Blynk_WM/issues/16)
22782288

22792289
<table>
22802290
<tr>
2291+
<td align="center"><a href="https://github.com/lorol"><img src="https://github.com/lorol.png" width="100px;" alt="lorol"/><br /><sub><b>⭐️ lorol</b></sub></a><br /></td>
22812292
<td align="center"><a href="https://github.com/chriskio"><img src="https://github.com/chriskio.png" width="100px;" alt="chriskio"/><br /><sub><b>chriskio</b></sub></a><br /></td>
22822293
<td align="center"><a href="https://github.com/brondolin"><img src="https://github.com/brondolin.png" width="100px;" alt="brondolin"/><br /><sub><b>brondolin</b></sub></a><br /></td>
22832294
<td align="center"><a href="https://github.com/thorathome"><img src="https://github.com/thorathome.png" width="100px;" alt="thorathome"/><br /><sub><b>⭐️ Thor Johnson</b></sub></a><br /></td>

examples/AM2315_ESP32_SSL/AM2315_ESP32_SSL.ino

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
/****************************************************************************************************************************
2-
AM2315_ESP32_SSL.ino
3-
For ESP32 boards
4-
5-
Blynk_WM is a library for the ESP8266/ESP32 Arduino platform (https://github.com/esp8266/Arduino) to enable easy
6-
configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
7-
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
8-
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
9-
Licensed under MIT license
10-
Version: 1.1.1
11-
12-
Version Modified By Date Comments
13-
------- ----------- ---------- -----------
14-
1.0.0 K Hoang 28/10/2019 Initial coding
15-
1.0.1 K Hoang 28/10/2019 Add features
16-
1.0.2 K Hoang 21/11/2019 Fix bug. Add features.
17-
1.0.3 K Hoang 31/11/2019 Fix compiler errors for ESP8266 core pre-2.5.2. Add examples.
18-
1.0.4 K Hoang 07/01/2020 Add configurable personalized RFC-952 DHCP hostname
19-
1.0.5 K Hoang 20/01/2020 Add configurable static IP, GW, SN, DNS1, DNS2 and Config Portal static IP and Credentials
20-
1.0.6 K Hoang 05/02/2020 Optimize, fix EEPROM size to 2K from 4K, shorten code size, add functions
21-
1.0.7 K Hoang 18/02/2020 Add checksum, enable AutoConnect to configurable MultiWiFi and MultiBlynk Credentials
22-
1.0.8 K Hoang 24/02/2020 Fix AP-staying-open bug. Add clearConfigData()
23-
1.0.9 K Hoang 12/03/2020 Enhance Config Portal GUI
24-
1.0.10 K Hoang 08/04/2020 SSID password maxlen is 63 now. Permit special chars # and % in input data.
25-
1.0.11 K Hoang 09/04/2020 Enable adding dynamic custom parameters from sketch
26-
1.0.12 K Hoang 13/04/2020 Fix MultiWiFi/Blynk bug introduced in broken v1.0.11
27-
1.0.13 K Hoang 25/04/2020 Add Configurable Config Portal Title, Default Config Data and DRD. Update examples.
28-
1.0.14 K Hoang 03/05/2020 Fix bug and change feature in dynamicParams.
29-
1.0.15 K Hoang 12/05/2020 Fix bug and Update to use LittleFS for ESP8266 core 2.7.1+. Add example.
30-
1.0.16 K Hoang 25/06/2020 Fix bug and logic of USE_DEFAULT_CONFIG_DATA. Auto format SPIFFS/LittleFS.
31-
1.1.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
32-
1.1.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
2+
AM2315_ESP32_SSL.ino
3+
For ESP32 boards
4+
5+
Blynk_WM is a library for the ESP8266/ESP32 Arduino platform (https://github.com/esp8266/Arduino) to enable easy
6+
configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
7+
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
8+
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
9+
Licensed under MIT license
10+
Version: 1.1.2
11+
12+
Version Modified By Date Comments
13+
------- ----------- ---------- -----------
14+
1.0.0 K Hoang 28/10/2019 Initial coding
15+
1.0.1 K Hoang 28/10/2019 Add features
16+
1.0.2 K Hoang 21/11/2019 Fix bug. Add features.
17+
1.0.3 K Hoang 31/11/2019 Fix compiler errors for ESP8266 core pre-2.5.2. Add examples.
18+
1.0.4 K Hoang 07/01/2020 Add configurable personalized RFC-952 DHCP hostname
19+
1.0.5 K Hoang 20/01/2020 Add configurable static IP, GW, SN, DNS1, DNS2 and Config Portal static IP and Credentials
20+
1.0.6 K Hoang 05/02/2020 Optimize, fix EEPROM size to 2K from 4K, shorten code size, add functions
21+
1.0.7 K Hoang 18/02/2020 Add checksum, enable AutoConnect to configurable MultiWiFi and MultiBlynk Credentials
22+
1.0.8 K Hoang 24/02/2020 Fix AP-staying-open bug. Add clearConfigData()
23+
1.0.9 K Hoang 12/03/2020 Enhance Config Portal GUI
24+
1.0.10 K Hoang 08/04/2020 SSID password maxlen is 63 now. Permit special chars # and % in input data.
25+
1.0.11 K Hoang 09/04/2020 Enable adding dynamic custom parameters from sketch
26+
1.0.12 K Hoang 13/04/2020 Fix MultiWiFi/Blynk bug introduced in broken v1.0.11
27+
1.0.13 K Hoang 25/04/2020 Add Configurable Config Portal Title, Default Config Data and DRD. Update examples.
28+
1.0.14 K Hoang 03/05/2020 Fix bug and change feature in dynamicParams.
29+
1.0.15 K Hoang 12/05/2020 Fix bug and Update to use LittleFS for ESP8266 core 2.7.1+. Add example.
30+
1.0.16 K Hoang 25/06/2020 Fix bug and logic of USE_DEFAULT_CONFIG_DATA. Auto format SPIFFS/LittleFS.
31+
1.1.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
32+
1.1.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
33+
1.1.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
3334
*****************************************************************************************************************************/
3435

3536
#include "defines.h"

examples/AM2315_ESP32_SSL/Credentials.h

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
/****************************************************************************************************************************
2-
Credentials.h for AM2315_ESP32_SSL.ino
3-
For ESP32 boards
4-
5-
Blynk_WM is a library for the ESP8266/ESP32 Arduino platform (https://github.com/esp8266/Arduino) to enable easy
6-
configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
7-
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
8-
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
9-
Licensed under MIT license
10-
Version: 1.1.1
11-
12-
Version Modified By Date Comments
13-
------- ----------- ---------- -----------
14-
1.0.0 K Hoang 28/10/2019 Initial coding
15-
1.0.1 K Hoang 28/10/2019 Add features
16-
1.0.2 K Hoang 21/11/2019 Fix bug. Add features.
17-
1.0.3 K Hoang 31/11/2019 Fix compiler errors for ESP8266 core pre-2.5.2. Add examples.
18-
1.0.4 K Hoang 07/01/2020 Add configurable personalized RFC-952 DHCP hostname
19-
1.0.5 K Hoang 20/01/2020 Add configurable static IP, GW, SN, DNS1, DNS2 and Config Portal static IP and Credentials
20-
1.0.6 K Hoang 05/02/2020 Optimize, fix EEPROM size to 2K from 4K, shorten code size, add functions
21-
1.0.7 K Hoang 18/02/2020 Add checksum, enable AutoConnect to configurable MultiWiFi and MultiBlynk Credentials
22-
1.0.8 K Hoang 24/02/2020 Fix AP-staying-open bug. Add clearConfigData()
23-
1.0.9 K Hoang 12/03/2020 Enhance Config Portal GUI
24-
1.0.10 K Hoang 08/04/2020 SSID password maxlen is 63 now. Permit special chars # and % in input data.
25-
1.0.11 K Hoang 09/04/2020 Enable adding dynamic custom parameters from sketch
26-
1.0.12 K Hoang 13/04/2020 Fix MultiWiFi/Blynk bug introduced in broken v1.0.11
27-
1.0.13 K Hoang 25/04/2020 Add Configurable Config Portal Title, Default Config Data and DRD. Update examples.
28-
1.0.14 K Hoang 03/05/2020 Fix bug and change feature in dynamicParams.
29-
1.0.15 K Hoang 12/05/2020 Fix bug and Update to use LittleFS for ESP8266 core 2.7.1+. Add example.
30-
1.0.16 K Hoang 25/06/2020 Fix bug and logic of USE_DEFAULT_CONFIG_DATA. Auto format SPIFFS/LittleFS.
31-
1.1.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
32-
1.1.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
2+
Credentials.h for AM2315_ESP32_SSL.ino
3+
For ESP32 boards
4+
5+
Blynk_WM is a library for the ESP8266/ESP32 Arduino platform (https://github.com/esp8266/Arduino) to enable easy
6+
configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
7+
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
8+
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
9+
Licensed under MIT license
10+
Version: 1.1.2
11+
12+
Version Modified By Date Comments
13+
------- ----------- ---------- -----------
14+
1.0.0 K Hoang 28/10/2019 Initial coding
15+
1.0.1 K Hoang 28/10/2019 Add features
16+
1.0.2 K Hoang 21/11/2019 Fix bug. Add features.
17+
1.0.3 K Hoang 31/11/2019 Fix compiler errors for ESP8266 core pre-2.5.2. Add examples.
18+
1.0.4 K Hoang 07/01/2020 Add configurable personalized RFC-952 DHCP hostname
19+
1.0.5 K Hoang 20/01/2020 Add configurable static IP, GW, SN, DNS1, DNS2 and Config Portal static IP and Credentials
20+
1.0.6 K Hoang 05/02/2020 Optimize, fix EEPROM size to 2K from 4K, shorten code size, add functions
21+
1.0.7 K Hoang 18/02/2020 Add checksum, enable AutoConnect to configurable MultiWiFi and MultiBlynk Credentials
22+
1.0.8 K Hoang 24/02/2020 Fix AP-staying-open bug. Add clearConfigData()
23+
1.0.9 K Hoang 12/03/2020 Enhance Config Portal GUI
24+
1.0.10 K Hoang 08/04/2020 SSID password maxlen is 63 now. Permit special chars # and % in input data.
25+
1.0.11 K Hoang 09/04/2020 Enable adding dynamic custom parameters from sketch
26+
1.0.12 K Hoang 13/04/2020 Fix MultiWiFi/Blynk bug introduced in broken v1.0.11
27+
1.0.13 K Hoang 25/04/2020 Add Configurable Config Portal Title, Default Config Data and DRD. Update examples.
28+
1.0.14 K Hoang 03/05/2020 Fix bug and change feature in dynamicParams.
29+
1.0.15 K Hoang 12/05/2020 Fix bug and Update to use LittleFS for ESP8266 core 2.7.1+. Add example.
30+
1.0.16 K Hoang 25/06/2020 Fix bug and logic of USE_DEFAULT_CONFIG_DATA. Auto format SPIFFS/LittleFS.
31+
1.1.0 K Hoang 01/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
32+
1.1.1 K Hoang 16/01/2021 Add functions to control Config Portal from software or Virtual Switches
33+
1.1.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
3334
*****************************************************************************************************************************/
3435

3536
#ifndef Credentials_h

0 commit comments

Comments
 (0)