mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
528ccd2e65
@ -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
|
||||
--------------------
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user