Update changelog for custom MAC address support (#4365)

This commit is contained in:
Keith Burzinski 2024-10-21 21:56:38 -05:00 committed by GitHub
parent df51cf9642
commit 448f44a4ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ ESP32 Advanced MAC Address Configuration
ESPHome now supports reading a custom MAC address from the ESP32 eFuse blocks and will read and use it by default if
there is data burned into the eFuses. If you would like to disable this, or the eFuse has data burned that is not a
MAC address into those eFuses, then you can add ``ignore_efuse_custom_mac: true`` to your ESP32 ``advanced``
configuration. This option is currently only supported when using ESP-IDF as the framework.
configuration. See :ref:`ESP32 Advanced Configuration <esp32-advanced_configuration>` for more details.
CSE7766 Breaking Changes