Skip to content

Commit 13e9f60

Browse files
committed
typo fixo
1 parent 451103e commit 13e9f60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wled00/wled.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ bool WLED::initEthernet()
10761076
#ifdef WLED_QEMU
10771077
// QEMU: Skip hardware initialization - QEMU's open_eth doesn't fully emulate MAC registers
10781078
// The ethernet hardware init crashes with LoadStorePIFAddrError in emac_ll_clock_enable_rmii_output
1079-
// espresif ecample on how to init open_eth:
1079+
// espressif example on how to init open_eth:
10801080
// 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()
10811081

10821082
// Don't call ETH.begin() - avoids MAC register crash

0 commit comments

Comments
 (0)