Merge branch 'bugfix/flash_encryption_build_failed' into 'master'

fix: fixed flash_encryption example build failure with certain config

Closes IDFGH-11492

See merge request espressif/esp-idf!27321
This commit is contained in:
Aditya Patwardhan 2023-11-29 10:10:40 +08:00
commit 77fbe13513

View File

@ -2,4 +2,4 @@
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x9000
CONFIG_PARTITION_TABLE_OFFSET=0xD000