Commit 9e73cf0
authored
LwipIntfDev - config static IP auto gw,mask,dns as in Arduino libraries (esp8266#9040)
for 'modern' Ethernet libraries W5100lwIP, W5500lwIP and ENC28J60lwIP
used without EthernetCompat1 parent 1efe5ee commit 9e73cf0Copy full SHA for 9e73cf0
File tree
Expand file treeCollapse file tree
2 files changed
+30
-3
lines changedOpen diff view settings
Filter options
- cores/esp8266
- libraries/lwIP_Ethernet/src
Expand file treeCollapse file tree
2 files changed
+30
-3
lines changedOpen diff view settings
Collapse file
cores/esp8266/LwipIntfDev.h
Copy file name to clipboardExpand all lines: cores/esp8266/LwipIntfDev.h+23-3Lines changed: 23 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
| 66 | + |
| 67 | + |
66 | 68 | |
67 | 69 | |
68 | 70 | |
| 71 | + |
| 72 | + |
| 73 | + |
69 | 74 | |
70 | 75 | |
71 | 76 | |
| ||
209 | 214 | |
210 | 215 | |
211 | 216 | |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
212 | 235 | |
213 | 236 | |
214 | 237 | |
| ||
336 | 359 | |
337 | 360 | |
338 | 361 | |
339 | | - |
340 | | - |
341 | | - |
342 | 362 | |
343 | 363 | |
344 | 364 | |
|
Collapse file
libraries/lwIP_Ethernet/src/EthernetCompat.h
Copy file name to clipboardExpand all lines: libraries/lwIP_Ethernet/src/EthernetCompat.h+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
86 | 86 | |
87 | 87 | |
88 | 88 | |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
89 | 96 | |
90 | 97 | |
91 | 98 | |
|
0 commit comments