config files on 28-11-2023 12:46:43

This commit is contained in:
2023-11-28 12:46:43 +01:00
parent 9cc6076da0
commit 423d32fada
101 changed files with 167879 additions and 3008 deletions

View File

@@ -0,0 +1,14 @@
ethernet:
type: LAN8720
mdc_pin: ${pin_mdc}
mdio_pin: ${pin_mdio}
clk_mode: ${pin_clk}
phy_addr: 0
power_pin: ${pin_power}
manual_ip:
static_ip: ${ip}
gateway: ${gateway}
subnet: ${subnet}
dns1: ${dns1}
dns2: ${dns2}