Closed bedson87 closed 6 days ago
Does the ESP crash or are you still able to update the device using OTA?
You can upload old fw via ota. But you can't add it to ha
This is the same issue that https://github.com/esphome/issues/issues/6333 probably in the next release the ESPHome team will fix it.
You can fix it adding ignore_efuse_custom_mac
esp32:
board: esp32doit-devkit-v1
framework:
type: esp-idf
sdkconfig_options:
CONFIG_FREERTOS_UNICORE: y
advanced:
ignore_efuse_mac_crc: true
ignore_efuse_custom_mac: true
I've applied the required setting to the examples to avoid some hassle. Thanks for pointing out this issue and providing a solution!
Everything works fine o 2024.09. After updating to ver 2024.10 there are errors:
[D][esp-idf:000]: E (4412) system_api: Base MAC address from BLK3 of EFUSE version error, version = 77
Yaml: