mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 19:47:29 +01:00
Add new parameter ignore_efuse_custom_mac to bedroom lamps
This commit is contained in:
@@ -14,8 +14,8 @@ esp32:
|
|||||||
type: esp-idf
|
type: esp-idf
|
||||||
sdkconfig_options:
|
sdkconfig_options:
|
||||||
CONFIG_FREERTOS_UNICORE: y
|
CONFIG_FREERTOS_UNICORE: y
|
||||||
ESP_MAC_IGNORE_MAC_CRC_ERROR: y
|
|
||||||
advanced:
|
advanced:
|
||||||
|
ignore_efuse_custom_mac: true
|
||||||
ignore_efuse_mac_crc: true
|
ignore_efuse_mac_crc: true
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ esp32:
|
|||||||
sdkconfig_options:
|
sdkconfig_options:
|
||||||
CONFIG_FREERTOS_UNICORE: y
|
CONFIG_FREERTOS_UNICORE: y
|
||||||
advanced:
|
advanced:
|
||||||
|
ignore_efuse_custom_mac: true
|
||||||
ignore_efuse_mac_crc: true
|
ignore_efuse_mac_crc: true
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
|
|||||||
Reference in New Issue
Block a user