New RS485 controller garden
This commit is contained in:
31
lan_board_test.yaml
Normal file
31
lan_board_test.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
esphome:
|
||||
name: lan_board_test_2
|
||||
|
||||
esp32:
|
||||
board: wt32-eth01
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
ethernet:
|
||||
type: LAN8720
|
||||
mdc_pin: GPIO23
|
||||
mdio_pin: GPIO18
|
||||
clk_mode: GPIO0_IN
|
||||
phy_addr: 1
|
||||
power_pin: GPIO16
|
||||
|
||||
ota:
|
||||
password: !secret ota_password
|
||||
|
||||
#wifi:
|
||||
# ssid: WLAN
|
||||
# password: !secret wifi_password
|
||||
# ap:
|
||||
# ssid: "Lan Board 1"
|
||||
# password: !secret wifi_password
|
||||
#
|
||||
#captive_portal:
|
||||
Reference in New Issue
Block a user