Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit ddeab38

Browse files
authored
Update README.md and use allman astyle
1 parent 7b18280 commit ddeab38

17 files changed

+665
-500
lines changed

CONTRIBUTING.md

+25-6
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.16) or Platform.io version
18-
* `ArduinoCore-mbed` Core Version (e.g. `ArduinoCore-mbed` mbed_portenta core v2.5.2)
17+
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
18+
* `ArduinoCore-mbed` Core Version (e.g. `ArduinoCore-mbed` mbed_portenta core v3.4.1)
1919
* `Portenta_H7` Board type (e.g. Portenta_H7 Rev2 ABX00042, etc.)
2020
* Contextual information (e.g. what you were trying to achieve)
2121
* Simplest possible steps to reproduce
@@ -27,14 +27,14 @@ Please ensure to specify the following:
2727
### Example
2828

2929
```
30-
Arduino IDE version: 1.8.16
31-
`ArduinoCore-mbed` mbed_portenta core v2.5.2
30+
Arduino IDE version: 1.8.19
31+
`ArduinoCore-mbed` mbed_portenta core v3.4.1
3232
Portenta_H7 Rev2 ABX00042
3333
OS: Ubuntu 20.04 LTS
34-
Linux xy-Inspiron-3593 5.4.0-86-generic #97-Ubuntu SMP Fri Sep 17 19:19:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
34+
Linux xy-Inspiron-3593 5.15.0-53-generic #59~20.04.1-Ubuntu SMP Thu Oct 20 15:10:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
3535
3636
Context:
37-
I encountered a crash while using TimerInterrupt.
37+
I encountered a crash while using this library
3838
3939
Steps to reproduce:
4040
1. ...
@@ -43,13 +43,32 @@ Steps to reproduce:
4343
4. ...
4444
```
4545

46+
---
4647

4748
### Sending Feature Requests
4849

4950
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
5051

5152
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
5253

54+
---
55+
5356
### Sending Pull Requests
5457

5558
Pull Requests with changes and fixes are also welcome!
59+
60+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
61+
62+
1. Change directory to the library GitHub
63+
64+
```
65+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/Ethernet_Manager_Portenta_H7_GitHub/
66+
xy@xy-Inspiron-3593:~/Arduino/xy/Ethernet_Manager_Portenta_H7_GitHub$
67+
```
68+
69+
2. Issue astyle command
70+
71+
```
72+
xy@xy-Inspiron-3593:~/Arduino/xy/Ethernet_Manager_Portenta_H7_GitHub$ bash utils/restyle.sh
73+
```
74+

README.md

+39-33
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
## Ethernet_Manager_Portenta_H7
1+
## Ethernet_Manager_Portenta_H7 Library
22

33
[![arduino-library-badge](https://www.ardu-badge.com/badge/Ethernet_Manager_Portenta_H7.svg?)](https://www.ardu-badge.com/Ethernet_Manager_Portenta_H7)
44
[![GitHub release](https://img.shields.io/github/release/khoih-prog/Ethernet_Manager_Portenta_H7.svg)](https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/releases)
55
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/blob/main/LICENSE)
66
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
77
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/Ethernet_Manager_Portenta_H7.svg)](http://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/issues)
88

9-
<a href="https://www.buymeacoffee.com/khoihprog6" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
9+
10+
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Donate to my libraries using BuyMeACoffee" style="height: 50px !important;width: 181px !important;" ></a>
11+
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00" style="height: 20px !important;width: 200px !important;" ></a>
12+
<a href="https://profile-counter.glitch.me/khoih-prog/count.svg" title="Total khoih-prog Visitor count"><img src="https://profile-counter.glitch.me/khoih-prog/count.svg" style="height: 30px;width: 200px;"></a>
13+
<a href="https://profile-counter.glitch.me/khoih-prog-Ethernet_Manager_Portenta_H7/count.svg" title="Ethernet_Manager_Portenta_H7 Visitor count"><img src="https://profile-counter.glitch.me/khoih-prog-Ethernet_Manager_Portenta_H7/count.svg" style="height: 30px;width: 200px;"></a>
1014

1115
---
1216
---
@@ -69,7 +73,7 @@
6973

7074
### Important Notes for Portenta_H7
7175

72-
The LittleFS of the new **Portenta_H7** board currently tested OK with only **maximum 8 files**. The files, from 9 and up, somehow strangely can't be written and / or read. This is possibly a bug in the [`ArduinoCore-mbed mbed_portenta core`](https://github.com/arduino/ArduinoCore-mbed). The same behaviour is observed from core v2.0.0 up to v2.5.2.
76+
The LittleFS of the new **Portenta_H7** board currently tested OK with only **maximum 8 files**. The files, from 9 and up, somehow strangely can't be written and / or read. This is possibly a bug in the [`ArduinoCore-mbed mbed_portenta core`](https://github.com/arduino/ArduinoCore-mbed). The same behaviour is observed from core v2.0.0 up to v3.4.1.
7377

7478
If LittleFS size is reduced to 1024KB, test is OK with only **maximum 4 files**.
7579

@@ -112,7 +116,7 @@ This [**Ethernet_Manager_Portenta_H7** library](https://github.com/khoih-prog/Et
112116
1. Portenta_H7 using Ethernet from [Portenta Vision shields](https://store-usa.arduino.cc/products/arduino-portenta-vision-shield-ethernet)
113117

114118
<p align="center">
115-
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/blob/main/pics/Portenta_Vision.jpg">
119+
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/raw/main/pics/Portenta_Vision.jpg">
116120
</p>
117121

118122
---
@@ -122,11 +126,11 @@ This [**Ethernet_Manager_Portenta_H7** library](https://github.com/khoih-prog/Et
122126
## Prerequisites
123127

124128
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
125-
2. [`ArduinoCore-mbed mbed_portenta core 2.6.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino **Portenta_H7** boards, such as **Portenta_H7 Rev2 ABX00042, etc.**. [![GitHub release](https://img.shields.io/github/release/arduino/ArduinoCore-mbed.svg)](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
129+
2. [`ArduinoCore-mbed mbed_portenta core 3.4.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino **Portenta_H7** boards, such as **Portenta_H7 Rev2 ABX00042, etc.**. [![GitHub release](https://img.shields.io/github/release/arduino/ArduinoCore-mbed.svg)](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
126130
3. [`Functional-Vlpp library v1.0.2+`](https://github.com/khoih-prog/functional-vlpp) to use server's lambda function. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/Functional-Vlpp.svg?)](https://www.ardu-badge.com/Functional-Vlpp)
127-
4. [`EthernetWebServer library v2.0.0+`](https://github.com/khoih-prog/EthernetWebServer). To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/EthernetWebServer.svg?)](https://www.ardu-badge.com/EthernetWebServer)
128-
5. [`DoubleResetDetector_Generic v1.8.0+`](https://github.com/khoih-prog/DoubleResetDetector_Generic). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/DoubleResetDetector_Generic.svg?)](https://www.ardu-badge.com/DoubleResetDetector_Generic)
129-
6. [`LittleFS_Portenta_H7 v1.1.0+`](https://github.com/khoih-prog/LittleFS_Portenta_H7). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/LittleFS_Portenta_H7.svg?)](https://www.ardu-badge.com/LittleFS_Portenta_H7)
131+
4. [`EthernetWebServer library v2.3.0+`](https://github.com/khoih-prog/EthernetWebServer). To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/EthernetWebServer.svg?)](https://www.ardu-badge.com/EthernetWebServer)
132+
5. [`DoubleResetDetector_Generic v1.8.1+`](https://github.com/khoih-prog/DoubleResetDetector_Generic). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/DoubleResetDetector_Generic.svg?)](https://www.ardu-badge.com/DoubleResetDetector_Generic)
133+
6. [`LittleFS_Portenta_H7 v1.2.0+`](https://github.com/khoih-prog/LittleFS_Portenta_H7). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/LittleFS_Portenta_H7.svg?)](https://www.ardu-badge.com/LittleFS_Portenta_H7)
130134

131135
---
132136
---
@@ -150,7 +154,7 @@ The best way is to use `Arduino Library Manager`. Search for `Ethernet_Manager_P
150154

151155
1. Install [VS Code](https://code.visualstudio.com/)
152156
2. Install [PlatformIO](https://platformio.org/platformio-ide)
153-
3. Install [**Ethernet_Manager_Portenta_H7** library](https://platformio.org/lib/show/12827/Ethernet_Manager_Portenta_H7) by using [Library Manager](https://platformio.org/lib/show/12827/Ethernet_Manager_Portenta_H7/installation). Search for Ethernet_Manager_Portenta_H7 in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
157+
3. Install [**Ethernet_Manager_Portenta_H7** library](https://registry.platformio.org/libraries/khoih-prog/Ethernet_Manager_Portenta_H7) by using [Library Manager](https://registry.platformio.org/libraries/khoih-prog/Ethernet_Manager_Portenta_H7/installation). Search for Ethernet_Manager_Portenta_H7 in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
154158
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
155159

156160

@@ -161,12 +165,12 @@ The best way is to use `Arduino Library Manager`. Search for `Ethernet_Manager_P
161165

162166
#### 1. For Portenta_H7 boards using Arduino IDE in Linux
163167

164-
**To be able to upload firmware to Portenta_H7 using Arduino IDE in Linux (Ubuntu, etc.)**, you have to copy the file [portenta_post_install.sh](Packages_Patches/arduino/hardware/mbed_portenta/2.5.2/portenta_post_install.sh) into mbed_portenta directory (~/.arduino15/packages/arduino/hardware/mbed_portenta/2.5.2/portenta_post_install.sh).
168+
**To be able to upload firmware to Portenta_H7 using Arduino IDE in Linux (Ubuntu, etc.)**, you have to copy the file [portenta_post_install.sh](Packages_Patches/arduino/hardware/mbed_portenta/3.4.1/portenta_post_install.sh) into mbed_portenta directory (~/.arduino15/packages/arduino/hardware/mbed_portenta/3.4.1/portenta_post_install.sh).
165169

166170
Then run the following command using `sudo`
167171

168172
```
169-
$ cd ~/.arduino15/packages/arduino/hardware/mbed_portenta/2.5.2
173+
$ cd ~/.arduino15/packages/arduino/hardware/mbed_portenta/3.4.1
170174
$ chmod 755 portenta_post_install.sh
171175
$ sudo ./portenta_post_install.sh
172176
```
@@ -179,9 +183,9 @@ This will create the file `/etc/udev/rules.d/49-portenta_h7.rules` as follows:
179183
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="035b", GROUP="plugdev", MODE="0666"
180184
```
181185

182-
Supposing the ArduinoCore-mbed core version is 2.5.2. Now only one file must be copied into the directory:
186+
Supposing the ArduinoCore-mbed core version is 3.4.1. Now only one file must be copied into the directory:
183187

184-
- `~/.arduino15/packages/arduino/hardware/mbed_portenta/2.5.2/portenta_post_install.sh`
188+
- `~/.arduino15/packages/arduino/hardware/mbed_portenta/3.4.1/portenta_post_install.sh`
185189

186190
Whenever a new version is installed, remember to copy this files into the new version directory. For example, new version is x.yy.zz
187191

@@ -209,12 +213,14 @@ To fix [`Adafruit_MQTT_Library library`](https://github.com/adafruit/Adafruit_MQ
209213
See this example and modify as necessary
210214

211215
1. To load [Default Credentials](examples/Ethernet_Generic/Credentials.h)
212-
```
216+
217+
```cpp
213218
bool LOAD_DEFAULT_CONFIG_DATA = true;
214219
```
215220

216221
2. To use system default to load "blank" when there is no valid Credentials
217-
```
222+
223+
```cpp
218224
bool LOAD_DEFAULT_CONFIG_DATA = false;
219225
```
220226

@@ -291,7 +297,7 @@ Ethernet_Manager ethernet_manager;
291297

292298
- To add custom parameters, just add
293299

294-
```
300+
```cpp
295301
#ifndef dynamicParams_h
296302
#define dynamicParams_h
297303

@@ -362,7 +368,7 @@ Ethernet_Manager ethernet_manager;
362368

363369
- If you don't need to add dynamic parameters, use the following in sketch
364370

365-
```
371+
```cpp
366372
#define USE_DYNAMIC_PARAMETERS false
367373
```
368374

@@ -376,7 +382,7 @@ ethernet_manager.begin();
376382

377383
#### 5. To use custom HTML Style
378384

379-
```
385+
```cpp
380386
const char NewCustomsStyle[] /*PROGMEM*/ = "<style>div,input{padding:5px;font-size:1em;}input{width:95%;}body{text-align: center;}\
381387
button{background-color:blue;color:white;line-height:2.4rem;font-size:1.2rem;width:100%;}fieldset{border-radius:0.3rem;margin:0px;}</style>";
382388

@@ -388,13 +394,13 @@ ethernet_manager.setCustomsStyle(NewCustomsStyle);
388394
#### 6. To use custom Head Elements
389395

390396

391-
```
397+
```cpp
392398
ethernet_manager.setCustomsHeadElement("<style>html{filter: invert(10%);}</style>");
393399
```
394400

395401
#### 7. To use CORS Header
396402

397-
```
403+
```cpp
398404
ethernet_manager.setCORSHeader("Your Access-Control-Allow-Origin");
399405
```
400406

@@ -437,19 +443,19 @@ If no valid config data are stored in LittleFS, it will switch to `Configuration
437443
After you connected to, for example, `192.168.2.132`, the Browser will display the following picture:
438444

439445
<p align="center">
440-
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/blob/main/pics/ConfigPortal.png">
446+
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/raw/main/pics/ConfigPortal.png">
441447
</p>
442448

443449
Enter your credentials (Blynk Servers/Tokens and Port). If you prefer static IP, input it (for example `192.168.2.222`) in the corresponding field. Otherwise, just leave it `blank` or `nothing` to use auto IP assigned by DHCP server.
444450

445451
<p align="center">
446-
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/blob/main/pics/ConfigPortal_Data.png">
452+
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/raw/main/pics/ConfigPortal_Data.png">
447453
</p>
448454

449455
Then click `Save`. After the board auto-restarted, you will see if it's connected to your Blynk server successfully as in the following picture:
450456

451457
<p align="center">
452-
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/blob/main/pics/Saved.png">
458+
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/raw/main/pics/Saved.png">
453459
</p>
454460

455461
This `ethernet_manager.run()` is not a blocking call, so you can use it for critical functions requiring in loop().
@@ -471,7 +477,7 @@ void loop()
471477

472478
#### 1. File [Ethernet_Portenta_H7.ino](examples/Ethernet_Portenta_H7/Ethernet_Portenta_H7.ino)
473479

474-
```
480+
```cpp
475481
#include "defines.h"
476482
#include "Credentials.h"
477483
#include "dynamicParams.h"
@@ -629,7 +635,7 @@ void loop()
629635

630636
#### 2. File [defines.h](examples/Ethernet_Portenta_H7/defines.h)
631637

632-
```
638+
```cpp
633639
#ifndef defines_h
634640
#define defines_h
635641

@@ -726,7 +732,7 @@ void loop()
726732

727733
#### 3. File [Credentials.h](examples/Ethernet_Portenta_H7/Credentials.h)
728734

729-
```
735+
```cpp
730736
#ifndef Credentials_h
731737
#define Credentials_h
732738

@@ -788,7 +794,7 @@ Ethernet_Configuration defaultConfig;
788794

789795
#### 4. File [dynamicParams.h](examples/Ethernet_Portenta_H7/dynamicParams.h)
790796

791-
```
797+
```cpp
792798
#ifndef dynamicParams_h
793799
#define dynamicParams_h
794800

@@ -913,7 +919,7 @@ h:Updating LittleFS: /littlefs/config.etm
913919
914920
#### 1.2 Save and Exit Config Portal
915921
916-
```
922+
```cpp
917923
Start Ethernet_Portenta_H7 on PORTENTA_H7_M7
918924
Ethernet Shield type : Ethernet using Portenta_Ethernet Library
919925
EthernetManager_Portenta_H7 v1.6.1
@@ -963,13 +969,13 @@ This is the terminal output of PORTENTA_H7_M7 with Ethernet from Portenta Vision
963969

964970

965971
<p align="center">
966-
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/blob/main/pics/MQTT_ConfigPortal.png">
972+
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/raw/main/pics/MQTT_ConfigPortal.png">
967973
</p>
968974

969975

970976
#### 2.1 Initial start, LittleFS format and Config Portal
971977

972-
```
978+
```cpp
973979
Start MQTT_Ethernet_Portenta_H7 on PORTENTA_H7_M7
974980
Ethernet Shield type : Ethernet using Portenta_Ethernet Library
975981
EthernetManager_Portenta_H7 v1.6.1
@@ -1020,11 +1026,11 @@ HHHHHHHHH HHHHHHHHHH HH
10201026
10211027
10221028
<p align="center">
1023-
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/blob/main/pics/MQTT_ConfigPortal_Saved.png">
1029+
<img src="https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/raw/main/pics/MQTT_ConfigPortal_Saved.png">
10241030
</p>
10251031
10261032
1027-
```
1033+
```cpp
10281034
Start MQTT_Ethernet_Portenta_H7 on PORTENTA_H7_M7
10291035
Ethernet Shield type : Ethernet using Portenta_Ethernet Library
10301036
EthernetManager_Portenta_H7 v1.6.1
@@ -1160,4 +1166,4 @@ If you want to contribute to this project:
11601166

11611167
### Copyright
11621168

1163-
Copyright 2021- Khoi Hoang
1169+
Copyright (c) 2021- Khoi Hoang

changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
## Ethernet_Manager_Portenta_H7
1+
## Ethernet_Manager_Portenta_H7 Library
22

33
[![arduino-library-badge](https://www.ardu-badge.com/badge/Ethernet_Manager_Portenta_H7.svg?)](https://www.ardu-badge.com/Ethernet_Manager_Portenta_H7)
44
[![GitHub release](https://img.shields.io/github/release/khoih-prog/Ethernet_Manager_Portenta_H7.svg)](https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/releases)
55
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/blob/main/LICENSE)
66
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
77
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/Ethernet_Manager_Portenta_H7.svg)](http://github.com/khoih-prog/Ethernet_Manager_Portenta_H7/issues)
88

9+
10+
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Donate to my libraries using BuyMeACoffee" style="height: 50px !important;width: 181px !important;" ></a>
11+
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00" style="height: 20px !important;width: 200px !important;" ></a>
12+
<a href="https://profile-counter.glitch.me/khoih-prog/count.svg" title="Total khoih-prog Visitor count"><img src="https://profile-counter.glitch.me/khoih-prog/count.svg" style="height: 30px;width: 200px;"></a>
13+
<a href="https://profile-counter.glitch.me/khoih-prog-Ethernet_Manager_Portenta_H7/count.svg" title="Ethernet_Manager_Portenta_H7 Visitor count"><img src="https://profile-counter.glitch.me/khoih-prog-Ethernet_Manager_Portenta_H7/count.svg" style="height: 30px;width: 200px;"></a>
14+
915
---
1016
---
1117

examples/Ethernet_Portenta_H7/Credentials.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
/// Start Default Config Data //////////////////
1818

1919
/*
20-
typedef struct Configuration
21-
{
20+
typedef struct Configuration
21+
{
2222
char header [24];
2323
char static_IP [16];
2424
char board_name [24];
2525
int checkSum;
26-
} Ethernet_Configuration;
26+
} Ethernet_Configuration;
2727
*/
2828

2929
#define TO_LOAD_DEFAULT_CONFIG_DATA false

0 commit comments

Comments
 (0)