mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Add M5Stack PoESP32 Unit ethernet configuration (#2420)
This commit is contained in:
parent
ab17af9d5e
commit
34be440cbe
@ -181,6 +181,21 @@ Configuration for ESP32-Ethernet-Kit board
|
|||||||
clk_mode: GPIO0_IN
|
clk_mode: GPIO0_IN
|
||||||
phy_addr: 1
|
phy_addr: 1
|
||||||
power_pin: GPIO5
|
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
|
See Also
|
||||||
--------
|
--------
|
||||||
|
Loading…
Reference in New Issue
Block a user