Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2023-01-24 08:30:14 +13:00
commit 528ccd2e65
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
3 changed files with 18 additions and 1 deletions

View File

@ -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
--------------------

View File

@ -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

View File

@ -908,4 +908,4 @@ Contributors
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated January 20, 2023.*
*This page was last updated January 23, 2023.*