Add M5Stack PoESP32 Unit ethernet configuration (#2420)

This commit is contained in:
Benjamin Freeman 2022-11-11 01:22:03 +01:00 committed by GitHub
parent ab17af9d5e
commit 34be440cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -181,6 +181,21 @@ Configuration for ESP32-Ethernet-Kit board
clk_mode: GPIO0_IN
phy_addr: 1
power_pin: GPIO5
Configuration for M5Stack PoESP32 Unit
--------------------------------------
.. code-block:: yaml
ethernet:
type: IP101
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO0_IN
phy_addr: 1
power_pin: GPIO5
See Also
--------