[ethernet] ESP32-S3 Ethernet compilation fix (#14717)

This commit is contained in:
Keith Burzinski
2026-03-16 09:25:19 +13:00
committed by Jesse Hills
parent 2b0c471ed7
commit 7cec2d3029
4 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -2,10 +2,10 @@ ethernet:
type: W5500
clk_pin: 19
mosi_pin: 21
miso_pin: 23
miso_pin: 17
cs_pin: 18
interrupt_pin: 36
reset_pin: 22
reset_pin: 12
clock_speed: 10Mhz
manual_ip:
static_ip: 192.168.178.56
@@ -0,0 +1 @@
<<: !include common-w5500.yaml