forked from espressif/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit f5ce3f7
Guard ethernet parts to make it possible to use without (espressif#10609)
* Update ETH.cpp
* Update ETH.h
* Update WiFiGeneric.h
* Update NetworkEvents.h
* remove unnecessary include "sdkconfig.h"
* ci(pre-commit): Apply automatic fixes
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent 2b6b5c7 commit f5ce3f7
File tree
4 files changed
+14
-1
lines changed- libraries
- Ethernet/src
- Network/src
- WiFi/src
4 files changed
+14
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | + | ||
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
1056 | 1057 |
| |
1057 | 1058 |
| |
1058 | 1059 |
| |
1060 | + | ||
1061 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | + | ||
22 | + | ||
23 | + | ||
21 | 24 |
| |
22 | 25 |
| |
23 | 26 |
| |
| |||
249 | 252 |
| |
250 | 253 |
| |
251 | 254 |
| |
255 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | + | ||
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
13 | + | ||
12 | 14 |
| |
15 | + | ||
13 | 16 |
| |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
18 | 21 |
| |
19 | - | ||
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
| |||
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
103 | + | ||
101 | 104 |
| |
105 | + | ||
102 | 106 |
| |
103 | 107 |
| |
104 | 108 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | + | ||
36 | 37 |
| |
38 | + | ||
37 | 39 |
| |
38 | 40 |
| |
39 | 41 |
| |
|
0 commit comments