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

Commit ac8beb7

Browse files
authored
v1.2.1 to update PIO
### Releases v1.2.1 1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
1 parent 6a354aa commit ac8beb7

22 files changed

+97
-177
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1414

1515
Please ensure to specify the following:
1616

17-
* Arduino IDE version (e.g. 1.8.13) or Platform.io version
18-
* `ESP8266` or `ESP32` Core Version (e.g. ESP8266 core v2.7.4 or ESP32 v1.0.4)
17+
* Arduino IDE version (e.g. 1.8.16) or Platform.io version
18+
* `ESP8266` or `ESP32` Core Version (e.g. ESP8266 core v3.0.2 or ESP32 v2.0.0)
1919
* Contextual information (e.g. what you were trying to achieve)
2020
* Simplest possible steps to reproduce
2121
* Anything that might be relevant in your opinion, such as:
@@ -26,10 +26,10 @@ Please ensure to specify the following:
2626
### Example
2727

2828
```
29-
Arduino IDE version: 1.8.13
30-
ESP8266 Core Version 2.7.4
29+
Arduino IDE version: 1.8.16
30+
ESP8266 Core Version 3.0.2
3131
OS: Ubuntu 20.04 LTS
32-
Linux Inspiron 5.4.0-60-generic #67-Ubuntu SMP Tue Jan 5 18:31:36 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
32+
Linux Inspiron 5.4.0-86-generic #97-Ubuntu SMP Fri Sep 17 19:19:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
3333
3434
Context:
3535
The board couldn't autoreconnect to Local Blynk Server after router power recycling.

README.md

+12-69
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
* [Supported GSM Modems](#supported-gsm-modems)
1919
* [Supported boards-modules](#supported-boards-modules)
2020
* [To be supported boards-modules in the future](#to-be-supported-boards-modules-in-the-future)
21-
* [Changelog](#changelog)
22-
* [Major Releases v1.2.0](#major-releases-v120)
23-
* [Major Releases v1.1.0](#major-releases-v110)
24-
* [Releases v1.0.10](#releases-v1010)
21+
* [Changelog](changelog.md)
2522
* [Prerequisites](#prerequisites)
2623
* [Installation](#installation)
2724
* [Use Arduino Library Manager](#use-arduino-library-manager)
@@ -73,7 +70,6 @@
7370
* [3.3. Enter persistent ConfigPortal](#33-enter-persistent-configportal)
7471
* [Debug](#debug)
7572
* [Troubleshooting](#troubleshooting)
76-
* [Releases](#releases)
7773
* [Issues](#issues)
7874
* [TO DO](#to-do)
7975
* [DONE](#done)
@@ -170,40 +166,14 @@ More modems may be supported later:
170166
---
171167
---
172168

173-
## Changelog
174-
175-
### Major Releases v1.2.0
176-
177-
1. To permit autoreset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check [**Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27**](https://github.com/khoih-prog/Blynk_WM/issues/27)
178-
2. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
179-
3. 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)
180-
4. Add the new Virtual ConfigPortal SW feature to examples.
181-
5. Disable the GSM/GPRS modem initialization which blocks the operation of Config Portal when using Config Portal.
182-
183-
### Major Releases v1.1.0
184-
185-
1. Add support to LittleFS for ESP32 using [LittleFS_esp32](https://github.com/lorol/LITTLEFS) Library
186-
2. Add support to MultiDetectDetector. **MultiDetectDetector** feature to force Config Portal when configurable multi-reset is detected within predetermined time.
187-
3. Clean-up all compiler warnings possible.
188-
4. Add Table of Contents
189-
5. Add Version String
190-
6. Add MRD-related examples.
191-
192-
### Releases v1.0.10
193-
194-
1. Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
195-
2. Bump up to v1.0.10 to sync with [BlynkGSM_Manager library v1.0.10](https://github.com/khoih-prog/BlynkGSM_Manager).
196-
197-
---
198-
---
199169

200170
## Prerequisites
201171

202-
1. [`Arduino IDE 1.8.13+` for Arduino](https://www.arduino.cc/en/Main/Software)
203-
2. [`ESP32 core 1.0.4+`](https://github.com/espressif/arduino-esp32/releases) for ESP32 (Use Arduino Board Manager). Check [![Latest Stable Release Version](https://img.shields.io/github/release/espressif/arduino-esp32.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/)
204-
3. [`ESP8266 core 2.7.4+`](https://github.com/esp8266/Arduino/releases) for ES82662 (Use Arduino Board Manager). Check [![Latest Release](https://img.shields.io/github/release/esp8266/Arduino.svg)](https://github.com/esp8266/Arduino/releases/latest/)
205-
4. [`Blynk library 0.6.1+`](https://github.com/blynkkk/blynk-library/releases). To install, check [![GitHub version](https://img.shields.io/github/release/blynkkk/blynk-library.svg)](https://github.com/blynkkk/blynk-library/releases/latest)
206-
5. [`TinyGSM library 0.10.9+`](https://github.com/vshymanskyy/TinyGSM). To install, check [![GitHub version](https://img.shields.io/github/release/vshymanskyy/TinyGSM.svg)](https://github.com/vshymanskyy/TinyGSM/releases/latest)
172+
1. [`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software)
173+
2. [`ESP32 Core 2.0.0+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/)
174+
3. [`ESP8266 core 3.0.2+`](https://github.com/esp8266/Arduino/releases) for ES82662 (Use Arduino Board Manager). Check [![Latest Release](https://img.shields.io/github/release/esp8266/Arduino.svg)](https://github.com/esp8266/Arduino/releases/latest/)
175+
4. [`Blynk library 1.0.1+`](https://github.com/blynkkk/blynk-library/releases). To install, check [![GitHub version](https://img.shields.io/github/release/blynkkk/blynk-library.svg)](https://github.com/blynkkk/blynk-library/releases/latest)
176+
5. [`TinyGSM library 0.11.3+`](https://github.com/vshymanskyy/TinyGSM). To install, check [![GitHub version](https://img.shields.io/github/release/vshymanskyy/TinyGSM.svg)](https://github.com/vshymanskyy/TinyGSM/releases/latest)
207177
6. [`ESP_DoubleResetDetector library 1.1.1+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) to use DRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector)
208178
7. [`ESP_MultiResetDetector library 1.1.1+`](https://github.com/khoih-prog/ESP_MultiResetDetector) to use MRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_MultiResetDetector.svg?)](https://www.ardu-badge.com/ESP_MultiResetDetector).
209179
8. [`ESPAsyncWebServer v1.2.3+`](https://github.com/me-no-dev/ESPAsyncWebServer).
@@ -1393,7 +1363,7 @@ This is the terminal debug output when running both WiFi and GSM/GPRS at the sam
13931363

13941364
```
13951365
Start Async_TTGO_TCALL_MRD_GSM (Simultaneous WiFi+GSM) using LittleFS on ESP32_DEV
1396-
Blynk_Async_GSM_Manager v1.2.0
1366+
Blynk_Async_GSM_Manager v1.2.1
13971367
ESP_MultiResetDetector v1.1.1
13981368
Set GSM module baud rate
13991369
Use WiFi to connect Blynk
@@ -1476,7 +1446,7 @@ This is the terminal debug output when running both WiFi and GSM/GPRS at the sam
14761446

14771447
```
14781448
Start Async_ESP8266_MRD_GSM (Simultaneous WiFi+GSM) using LittleFS on ESP8266_NODEMCU
1479-
Blynk_Async_GSM_Manager v1.2.0
1449+
Blynk_Async_GSM_Manager v1.2.1
14801450
ESP_MultiResetDetector v1.1.1
14811451
Set GSM module baud rate
14821452
Use WiFi to connect Blynk
@@ -1573,7 +1543,7 @@ Pubs Topics = PubTopic_ESP32_GSM
15731543

15741544
```
15751545
Start Async_ESP8266_MRD_GSM (Simultaneous WiFi+GSM) using LittleFS on ESP8266_NODEMCU
1576-
Blynk_Async_GSM_Manager v1.2.0
1546+
Blynk_Async_GSM_Manager v1.2.1
15771547
ESP_MultiResetDetector v1.1.1
15781548
Set GSM module baud rate
15791549
Use WiFi to connect Blynk
@@ -1654,7 +1624,7 @@ This is the terminal debug output when running both WiFi and GSM/GPRS at the sam
16541624

16551625
```
16561626
Start Async_TTGO_TCALL_GSM (Simultaneous WiFi+GSM) using LittleFS on TTGO_T1
1657-
Blynk_Async_GSM_Manager v1.2.0
1627+
Blynk_Async_GSM_Manager v1.2.1
16581628
ESP_DoubleResetDetector v1.1.1
16591629
Set GSM module baud rate
16601630
Use WiFi to connect Blynk
@@ -1734,7 +1704,7 @@ CP Button Hit. Rebooting
17341704
ets Jun 8 2016 00:22:57
17351705
17361706
Start Async_TTGO_TCALL_GSM (Simultaneous WiFi+GSM) using LittleFS on TTGO_T1
1737-
Blynk_Async_GSM_Manager v1.2.0
1707+
Blynk_Async_GSM_Manager v1.2.1
17381708
ESP_DoubleResetDetector v1.1.1
17391709
Set GSM module baud rate
17401710
Use WiFi to connect Blynk
@@ -1789,7 +1759,7 @@ Saving config file OK
17891759

17901760
```
17911761
Start Async_TTGO_TCALL_GSM (Simultaneous WiFi+GSM) using LittleFS on TTGO_T1
1792-
Blynk_Async_GSM_Manager v1.2.0
1762+
Blynk_Async_GSM_Manager v1.2.1
17931763
ESP_DoubleResetDetector v1.1.1
17941764
Set GSM module baud rate
17951765
Use WiFi to connect Blynk
@@ -1867,33 +1837,6 @@ If you get compilation errors, more often than not, you may need to install a ne
18671837
Sometimes, the library will only work if you update the board core to the latest version because I am using newly added functions.
18681838

18691839

1870-
---
1871-
---
1872-
1873-
## Releases
1874-
1875-
### Major Releases v1.2.0
1876-
1877-
1. To permit autoreset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check [**Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27**](https://github.com/khoih-prog/Blynk_WM/issues/27)
1878-
2. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
1879-
3. 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)
1880-
4. Add the new Virtual ConfigPortal SW feature to examples.
1881-
5. Disable the GSM/GPRS modem initialization which blocks the operation of Config Portal when using Config Portal.
1882-
1883-
### Major Releases v1.1.0
1884-
1885-
1. Add support to LittleFS for ESP32 using [LittleFS_esp32](https://github.com/lorol/LITTLEFS) Library
1886-
2. Add support to MultiDetectDetector. **MultiDetectDetector** feature to force Config Portal when configurable multi-reset is detected within predetermined time.
1887-
3. Clean-up all compiler warnings possible.
1888-
4. Add Table of Contents
1889-
5. Add Version String
1890-
6. Add MRD-related examples.
1891-
1892-
### Releases v1.0.10
1893-
1894-
1. Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
1895-
2. Bump up to v1.0.10 to sync with [BlynkGSM_Manager library v1.0.10](https://github.com/khoih-prog/BlynkGSM_Manager).
1896-
18971840
---
18981841
---
18991842

changelog.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
## Blynk_Async_GSM_Manager
2+
3+
[![arduino-library-badge](https://www.ardu-badge.com/badge/Blynk_Async_GSM_Manager.svg?)](https://www.ardu-badge.com/Blynk_Async_GSM_Manager)
4+
[![GitHub release](https://img.shields.io/github/release/khoih-prog/Blynk_Async_GSM_Manager.svg)](https://github.com/khoih-prog/Blynk_Async_GSM_Manager/releases)
5+
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/Blynk_Async_GSM_Manager/blob/master/LICENSE)
6+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
7+
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/Blynk_Async_GSM_Manager.svg)](http://github.com/khoih-prog/Blynk_Async_GSM_Manager/issues)
8+
9+
---
10+
---
11+
12+
## Table of Contents
13+
14+
* [Changelog](#changelog)
15+
* [Releases v1.2.1](#releases-v121)
16+
* [Major Releases v1.2.0](#major-releases-v120)
17+
* [Major Releases v1.1.0](#major-releases-v110)
18+
* [Releases v1.0.10](#releases-v1010)
19+
20+
---
21+
---
22+
23+
## Changelog
24+
25+
### Releases v1.2.1
26+
27+
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
28+
29+
### Major Releases v1.2.0
30+
31+
1. To permit autoreset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check [**Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27**](https://github.com/khoih-prog/Blynk_WM/issues/27)
32+
2. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
33+
3. 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)
34+
4. Add the new Virtual ConfigPortal SW feature to examples.
35+
5. Disable the GSM/GPRS modem initialization which blocks the operation of Config Portal when using Config Portal.
36+
37+
### Major Releases v1.1.0
38+
39+
1. Add support to LittleFS for ESP32 using [LittleFS_esp32](https://github.com/lorol/LITTLEFS) Library
40+
2. Add support to MultiDetectDetector. **MultiDetectDetector** feature to force Config Portal when configurable multi-reset is detected within predetermined time.
41+
3. Clean-up all compiler warnings possible.
42+
4. Add Table of Contents
43+
5. Add Version String
44+
6. Add MRD-related examples.
45+
46+
### Releases v1.0.10
47+
48+
1. Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
49+
2. Bump up to v1.0.10 to sync with [BlynkGSM_Manager library v1.0.10](https://github.com/khoih-prog/BlynkGSM_Manager).
50+
51+

examples/Async_ESP32_GSM/Async_ESP32_GSM.ino

-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@
88
Based on and modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Async_GSM_Manager
1010
Licensed under MIT license
11-
Version: 1.2.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.10 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
16-
Bump up to v1.0.10 to sync with BlynkGSM_Manager v1.0.10.
17-
1.1.0 K Hoang 03/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
18-
1.2.0 K Hoang 02/02/2021 Add functions to control Config Portal (CP) from software or Virtual Switches
19-
Fix CP and Dynamic Params bugs. To permit autoreset after timeout if DRD/MRD or forced CP
2011
*****************************************************************************************************************************/
2112

2213
#include "defines.h"

examples/Async_ESP32_GSM_SHT3x/Async_ESP32_GSM_SHT3x.ino

-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@
88
Based on and modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Async_GSM_Manager
1010
Licensed under MIT license
11-
Version: 1.2.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.10 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
16-
Bump up to v1.0.10 to sync with BlynkGSM_Manager v1.0.10.
17-
1.1.0 K Hoang 03/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
18-
1.2.0 K Hoang 02/02/2021 Add functions to control Config Portal (CP) from software or Virtual Switches
19-
Fix CP and Dynamic Params bugs. To permit autoreset after timeout if DRD/MRD or forced CP
2011
*****************************************************************************************************************************/
2112

2213
#include "defines.h"

examples/Async_ESP32_MRD_GSM/Async_ESP32_MRD_GSM.ino

-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@
88
Based on and modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Async_GSM_Manager
1010
Licensed under MIT license
11-
Version: 1.2.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.10 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
16-
Bump up to v1.0.10 to sync with BlynkGSM_Manager v1.0.10.
17-
1.1.0 K Hoang 03/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
18-
1.2.0 K Hoang 02/02/2021 Add functions to control Config Portal (CP) from software or Virtual Switches
19-
Fix CP and Dynamic Params bugs. To permit autoreset after timeout if DRD/MRD or forced CP
2011
*****************************************************************************************************************************/
2112

2213
#include "defines.h"

examples/Async_ESP8266_GSM/Async_ESP8266_GSM.ino

-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
Based on and modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
1010
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Async_GSM_Manager
1111
Licensed under MIT license
12-
Version: 1.2.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.10 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
17-
Bump up to v1.0.10 to sync with BlynkGSM_Manager v1.0.10.
18-
1.1.0 K Hoang 03/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
19-
1.2.0 K Hoang 02/02/2021 Add functions to control Config Portal (CP) from software or Virtual Switches
20-
Fix CP and Dynamic Params bugs. To permit autoreset after timeout if DRD/MRD or forced CP
2112
*****************************************************************************************************************************/
2213

2314
#include "defines.h"

examples/Async_ESP8266_GSM_SHT3x/Async_ESP8266_GSM_SHT3x.ino

-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
Based on and modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
1010
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Async_GSM_Manager
1111
Licensed under MIT license
12-
Version: 1.2.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.10 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
17-
Bump up to v1.0.10 to sync with BlynkGSM_Manager v1.0.10.
18-
1.1.0 K Hoang 03/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
19-
1.2.0 K Hoang 02/02/2021 Add functions to control Config Portal (CP) from software or Virtual Switches
20-
Fix CP and Dynamic Params bugs. To permit autoreset after timeout if DRD/MRD or forced CP
2112
*****************************************************************************************************************************/
2213

2314
#include "defines.h"

examples/Async_ESP8266_MRD_GSM/Async_ESP8266_MRD_GSM.ino

-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
Based on and modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
1010
Built by Khoi Hoang https://github.com/khoih-prog/BlynkGSM_Manager
1111
Licensed under MIT license
12-
Version: 1.2.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.10 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
17-
Bump up to v1.0.10 to sync with BlynkGSM_Manager v1.0.10.
18-
1.1.0 K Hoang 03/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
19-
1.2.0 K Hoang 02/02/2021 Add functions to control Config Portal (CP) from software or Virtual Switches
20-
Fix CP and Dynamic Params bugs. To permit autoreset after timeout if DRD/MRD or forced CP
2112
*****************************************************************************************************************************/
2213

2314
#include "defines.h"

examples/Async_TTGO_TCALL_GSM/Async_TTGO_TCALL_GSM.ino

-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@
88
Based on and modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Async_GSM_Manager
1010
Licensed under MIT license
11-
Version: 1.2.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.10 K Hoang 25/08/2020 Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
16-
Bump up to v1.0.10 to sync with BlynkGSM_Manager v1.0.10.
17-
1.1.0 K Hoang 03/01/2021 Add support to ESP32 LittleFS. Remove possible compiler warnings. Update examples. Add MRD
18-
1.2.0 K Hoang 02/02/2021 Add functions to control Config Portal (CP) from software or Virtual Switches
19-
Fix CP and Dynamic Params bugs. To permit autoreset after timeout if DRD/MRD or forced CP
2011
*****************************************************************************************************************************/
2112

2213
#include "defines.h"

0 commit comments

Comments
 (0)