Skip to content

Commit a13520c

Browse files
authored
Fix commentary (#7800)
Minor fix based on observation done in #7795 (comment)
1 parent d69b888 commit a13520c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Ethernet/src/ETH.cpp

+1-1
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)