config files on 28-11-2023 12:46:43
This commit is contained in:
14
esphome/interfaces/eth_LAN8720A.yaml
Executable file
14
esphome/interfaces/eth_LAN8720A.yaml
Executable 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}
|
||||
@@ -4,8 +4,8 @@ rx_pin: ${pin_ld_rx}
|
||||
baud_rate: 256000
|
||||
parity: NONE
|
||||
stop_bits: 1
|
||||
debug:
|
||||
direction: BOTH
|
||||
dummy_receiver: false
|
||||
after:
|
||||
delimiter: [0xF8,0xF7,0xF6,0xF5]
|
||||
# debug:
|
||||
# direction: BOTH
|
||||
# dummy_receiver: false
|
||||
# after:
|
||||
# delimiter: [0xF8,0xF7,0xF6,0xF5]
|
||||
@@ -4,8 +4,8 @@ rx_pin: ${pin_ld_rx}
|
||||
baud_rate: 115200
|
||||
parity: NONE
|
||||
stop_bits: 1
|
||||
debug:
|
||||
direction: BOTH
|
||||
#debug:
|
||||
#direction: BOTH
|
||||
# dummy_receiver: false
|
||||
# after:
|
||||
# delimiter: [0xF8,0xF7,0xF6,0xF5]
|
||||
Reference in New Issue
Block a user