From f62c41a83c45110e42e11055e378897de2ee1d41 Mon Sep 17 00:00:00 2001 From: Michal Date: Tue, 27 Jan 2026 19:20:14 +0100 Subject: [PATCH] Update common/board_esplan_ethernet.yaml --- common/board_esplan.yaml | 4 ---- common/board_esplan_ethernet.yaml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 common/board_esplan.yaml create mode 100644 common/board_esplan_ethernet.yaml diff --git a/common/board_esplan.yaml b/common/board_esplan.yaml deleted file mode 100644 index 2fc2b2b..0000000 --- a/common/board_esplan.yaml +++ /dev/null @@ -1,4 +0,0 @@ -esp32: - board: esp32dev - framework: - type: arduino \ No newline at end of file diff --git a/common/board_esplan_ethernet.yaml b/common/board_esplan_ethernet.yaml new file mode 100644 index 0000000..8be72a9 --- /dev/null +++ b/common/board_esplan_ethernet.yaml @@ -0,0 +1,12 @@ +esp32: + board: esp32dev + framework: + type: arduino + +ethernet: + type: LAN8720 + mdc_pin: GPIO23 + mdio_pin: GPIO18 + clk_mode: GPIO17_OUT + phy_addr: 0 + power_pin: GPIO5 \ No newline at end of file