mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 11:28:43 +00:00
a0c37ce33c
Addresses a build failure that occurs when flash encryption is enabled with default configurations. The build failure did not manifest in the CI environment because the configuration CONFIG_SECURE_FLASH_REQUIRE_ALREADY_ENABLED is set in sdkconfig.ci. This configuration is responsible for reducing the bootloader size. Closes https://github.com/espressif/esp-idf/issues/12619