mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-16 20:29:01 +02:00
Add Ethernet pin config for olimex esp32-poe board (#166)
This commit is contained in:
parent
b31e522b23
commit
e7fb99063f
@ -71,6 +71,18 @@ Configuration for wESP32 board
|
||||
clk_mode: GPIO0_IN
|
||||
phy_addr: 0
|
||||
|
||||
Configuration for Olimex ESP32-POE
|
||||
----------------------------------
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
ethernet:
|
||||
type: LAN8720
|
||||
mdc_pin: GPIO23
|
||||
mdio_pin: GPIO18
|
||||
clk_mode: GPIO17_OUT
|
||||
phy_addr: 0
|
||||
power_pin: GPIO12
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user