1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Add ESP32 Ethernet Support (#301)

* Fix

* Build flags

* Fix
This commit is contained in:
Otto Winter
2019-01-05 20:47:33 +01:00
committed by GitHub
parent 3f4bba57f4
commit e72ef9e061
6 changed files with 98 additions and 10 deletions

View File

@@ -11,10 +11,19 @@ esphomeyaml:
substitutions:
devicename: test2
wifi:
ssid: 'MySSID'
password: 'password1'
reboot_timeout: 120s
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO24
clk_mode: GPIO0_IN
phy_addr: 0
power_pin: GPIO25
manual_ip:
static_ip: 192.168.178.56
gateway: 192.168.178.1
subnet: 255.255.255.0
hostname: helloworld
domain: .local
mqtt:
broker: '192.168.178.84'