02-23-2026, 02:41 PM
(02-22-2026, 10:59 PM)admin Wrote: ardunio or esp_idf all support use by ethernet. you can use any platform.
That's awesome, thanks!
So, just to confirm. If delete the wifi section and add this to my current working .yaml then the ethernet should be working without any problems, right?
Code:
# Example configuration entry
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk:
pin: GPIO17
mode: CLK_OUT
phy_addr: 0
