diff --git a/changelog/2022.12.0.rst b/changelog/2022.12.0.rst index 019567f9f..97d257adc 100644 --- a/changelog/2022.12.0.rst +++ b/changelog/2022.12.0.rst @@ -58,6 +58,11 @@ Release 2022.12.4 - January 20 - Fix gpio pin mode for ISR pins :esphomepr:`4216` by :ghuser:`jesserockz` - Always send the MTU request for BLE v3 cached connections :esphomepr:`4322` by :ghuser:`bdraco` +Release 2022.12.5 - January 23 +------------------------------ + +- Bump nano version in lint docker image :esphomepr:`4218` by :ghuser:`jesserockz` + Full list of changes -------------------- diff --git a/components/ethernet.rst b/components/ethernet.rst index 0096a2c24..097a121e6 100644 --- a/components/ethernet.rst +++ b/components/ethernet.rst @@ -100,6 +100,18 @@ Configuration examples clk_mode: GPIO0_IN phy_addr: 0 +**LILYGO TTGO T-Internet ESP32-WROVER-E LAN8270**: + +.. code-block:: yaml + + ethernet: + type: LAN8720 + mdc_pin: GPIO23 + mdio_pin: GPIO18 + clk_mode: GPIO0_OUT + phy_addr: 0 + power_pin: GPIO04 + **Olimex ESP32-GATEWAY** and **LILYGO TTGO T-Internet-POE ESP32-WROOM LAN8270A**: .. code-block:: yaml diff --git a/guides/supporters.rst b/guides/supporters.rst index 1548ca585..c22d718de 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -908,4 +908,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated January 20, 2023.* +*This page was last updated January 23, 2023.*