Update ethernet.rst (#887)

* Update ethernet.rst

* Fix lint issue

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
dziobson 2020-12-14 12:12:09 +01:00 committed by GitHub
parent 28ec466d28
commit f33a9169d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,18 @@ Configuration for OpenHacks LAN8720
Note: This board has an issue that might cause the ESP32 to boot in program mode. When testing, make sure you are monitoring the
serial output and reboot the device several times to see if it boots into the program properly.
Configuration for Wireless Tag WT32-ETH01
-----------------------------------------
.. code-block:: yaml
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO0_IN
phy_addr: 1
power_pin: GPIO16
See Also
--------