Espressif 32 and ignore_efuse_mac_crc

Hi,
I have one Esp32 with error CRC in MAC address, every program stops with “Base MAC address from BLK0 of EFUSE CRC error”.

Espressif has an advanced option in config for this error:

esp32:
board: adafruit_feather_esp32s3
framework:
type: esp-idf
version: recommended
# Custom sdkconfig options
sdkconfig_options:
COMPILER_OPTIMIZATION_SIZE: y
# Advanced tweaking options
advanced:
ignore_efuse_mac_crc: true

Is there a way to make Platformio accept this option?
Thanks!

As far as I can see, this is only used in esphome to select different codepaths at compile-time.

So, you would have to add that code to your application.