Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a13520c

Browse filesBrowse files
authored
Fix commentary (espressif#7800)
Minor fix based on observation done in espressif#7795 (comment)
1 parent d69b888 commit a13520c
Copy full SHA for a13520c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎libraries/Ethernet/src/ETH.cpp

Copy file name to clipboardExpand all lines: libraries/Ethernet/src/ETH.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ bool ETHClass::begin(uint8_t phy_addr, int power, int mdc, int mdio, eth_phy_typ
392392
log_e("esp_eth_init error: %d", err);
393393
}
394394
#endif
395-
// holds a few microseconds to let DHCP start and enter into a good state
395+
// holds a few milliseconds to let DHCP start and enter into a good state
396396
// FIX ME -- adresses issue https://github.com/espressif/arduino-esp32/issues/5733
397397
delay(50);
398398

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.