feat: ESP32-EVB ethernet configuration example (#1092)

This commit is contained in:
Andrea 2021-05-19 23:25:20 +02:00 committed by GitHub
parent 7056249b55
commit e258c2b8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -96,6 +96,18 @@ Configuration for Olimex ESP32-POE
phy_addr: 0
power_pin: GPIO12
Configuration for Olimex ESP32-EVB
----------------------------------
.. code-block:: yaml
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO0_IN
phy_addr: 0
Configuration for LILYGO TTGO T-Internet-POE ESP32-WROOM LAN8270A Chip
----------------------------------------------------------------------