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 2b6146a commit 6261fb2Copy full SHA for 6261fb2
targets/ESP32/_Network/NF_ESP32_Ethernet.cpp
@@ -222,7 +222,7 @@ esp_err_t NF_ESP32_InitialiseEthernet(uint8_t *pMacAdr)
222
// attach Ethernet driver to TCP/IP stack
223
ESP_ERROR_CHECK(esp_netif_attach(eth_netif, esp_eth_new_netif_glue(eth_handle)));
224
225
- // COnfigure static address if required in config
+ // Configure static address if required in config
226
ESP_ERROR_CHECK(NF_ESP32_ConfigureNetworkByIndex(IDF_ETH_DEF, eth_netif));
227
228
// start Ethernet driver state machine
0 commit comments