Add Ethernet pin config for olimex esp32-poe board (#166)

This commit is contained in:
Emanuele Tessore 2019-02-23 10:59:57 +01:00 committed by Otto Winter
parent b31e522b23
commit e7fb99063f

View File

@ -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
--------