mirror of
https://github.com/esphome/esphome.git
synced 2026-09-24 13:34:07 +00:00
[ethernet] ESP32-S3 Ethernet compilation fix (#14717)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user