Skip to content

Commit 6a5ec97

Browse files
SuGliderme-no-dev
authored andcommitted
Fix commentary (#7800)
Minor fix based on observation done in #7795 (comment)
1 parent 0a566a5 commit 6a5ec97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Ethernet/src/ETH.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ bool ETHClass::begin(uint8_t phy_addr, int power, int mdc, int mdio, eth_phy_typ
404404
log_e("esp_eth_init error: %d", err);
405405
}
406406
#endif
407-
// holds a few microseconds to let DHCP start and enter into a good state
407+
// holds a few milliseconds to let DHCP start and enter into a good state
408408
// FIX ME -- adresses issue https://github.com/espressif/arduino-esp32/issues/5733
409409
delay(50);
410410

0 commit comments

Comments
 (0)