From cf3d772c4b1ca4cf6e69d1a04901b925eaa28265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20L=C3=A1ska?= Date: Tue, 21 Nov 2023 14:16:40 +0100 Subject: [PATCH] added power_pin --- SW/esplan_esphome.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SW/esplan_esphome.yaml b/SW/esplan_esphome.yaml index 405a146..e4459d9 100644 --- a/SW/esplan_esphome.yaml +++ b/SW/esplan_esphome.yaml @@ -42,10 +42,11 @@ ethernet: mdio_pin: GPIO18 clk_mode: GPIO17_OUT phy_addr: 0 + power_pin: GPIO5 # # Optional manual IP # manual_ip: # static_ip: 192.168.1.123 # gateway: 192.168.1.1 # subnet: 255.255.255.0 - \ No newline at end of file +