mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 15:10:51 +00:00
18 lines
218 B
YAML
18 lines
218 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
ethernet:
|
|
type: W5500
|
|
clk_pin: 19
|
|
mosi_pin: 21
|
|
miso_pin: 23
|
|
cs_pin: 18
|
|
interrupt_pin: 36
|
|
reset_pin: 22
|
|
clock_speed: 10Mhz
|