mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Add OpenHacks ethernt board config (#670)
This commit is contained in:
parent
ce8eba7289
commit
1f932974ef
@ -84,6 +84,18 @@ Configuration for Olimex ESP32-POE
|
|||||||
phy_addr: 0
|
phy_addr: 0
|
||||||
power_pin: GPIO12
|
power_pin: GPIO12
|
||||||
|
|
||||||
|
Configuration for OpenHacks LAN8720
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
phy_addr: 1
|
||||||
|
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user