-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit da72bc9
eliminates error messages when using Ethernet Static IP (#5836)
Summary
Only affects ETH (not WiFi)
This PR solves #5733 by allowing the DHCP IDF server to complete its tasks and only then it sets a static IP.
This also solves another related failure reported in this issue (#5733 (comment)).
fix #5733
Impact
Adds a delay in order to wait for DHCP to actually terminate before setting the static IP configuration in ETH.1 parent 16a9cf7 commit da72bc9
1 file changed
+6
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
371 | + | ||
372 | + | ||
373 | + | ||
374 | + | ||
371 | 375 |
| |
372 | 376 |
| |
373 | 377 |
| |
| |||
396 | 400 |
| |
397 | 401 |
| |
398 | 402 |
| |
399 | - | ||
403 | + | ||
404 | + | ||
400 | 405 |
| |
401 | 406 |
| |
402 | 407 |
| |
|
0 commit comments