1
0
Fork 0

Configure esp32

This commit is contained in:
Malte 2022-12-14 22:22:54 +01:00
parent c469e6fee0
commit a7f8d4b902
2 changed files with 12 additions and 8 deletions

View file

@ -1,5 +1,17 @@
substitutions:
macsuffix: b27a0c
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO0_IN
phy_addr: 1
power_pin: GPIO16
manual_ip:
static_ip: 192.168.178.21
gateway: 192.168.178.1
subnet: 255.255.255.0
<<: !include ../includes/wt32-eth01.yaml
<<: !include ../includes/base.yaml

View file

@ -1,11 +1,3 @@
esp32:
board: esp32dev
variant: esp32
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO0_IN
phy_addr: 1
power_pin: GPIO16