2023-12-06 17:25:58 +01:00
|
|
|
# This example uses an extra partitions to demonstrate encrypted/non-encrypted reads/writes.
|
2019-08-23 12:37:55 +08:00
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
|
|
|
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
|
2023-11-22 12:56:29 +05:30
|
|
|
CONFIG_PARTITION_TABLE_OFFSET=0xD000
|
2023-12-06 17:25:58 +01:00
|
|
|
|
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|