Skip to content

Commit

Permalink
Fix commentary (#7800)
Browse files Browse the repository at this point in the history
Minor fix based on observation done in #7795 (comment)
  • Loading branch information
SuGlider authored and me-no-dev committed Feb 7, 2023
1 parent b73af13 commit 0f4e04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Ethernet/src/ETH.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ bool ETHClass::begin(uint8_t phy_addr, int power, int mdc, int mdio, eth_phy_typ
log_e("esp_eth_init error: %d", err);
}
#endif
// holds a few microseconds to let DHCP start and enter into a good state
// holds a few milliseconds to let DHCP start and enter into a good state
// FIX ME -- adresses issue https://github.com/espressif/arduino-esp32/issues/5733
delay(50);

Expand Down

0 comments on commit 0f4e04b

Please sign in to comment.