We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451103e commit 13e9f60Copy full SHA for 13e9f60
1 file changed
wled00/wled.cpp
@@ -1076,7 +1076,7 @@ bool WLED::initEthernet()
1076
#ifdef WLED_QEMU
1077
// QEMU: Skip hardware initialization - QEMU's open_eth doesn't fully emulate MAC registers
1078
// The ethernet hardware init crashes with LoadStorePIFAddrError in emac_ll_clock_enable_rmii_output
1079
- // espresif ecample on how to init open_eth:
+ // espressif example on how to init open_eth:
1080
// https://github.com/espressif/esp-afr-sdk/blob/release/v4.4/examples/common_components/protocol_examples_common/connect.c - look for esp_eth_mac_new_openeth()
1081
1082
// Don't call ETH.begin() - avoids MAC register crash
0 commit comments