sdkconfig.defaults 398 B

1234567
  1. CONFIG_PARTITION_TABLE_CUSTOM=y
  2. # Setting partition table offset to 0xC000 would make the address of
  3. # `esp_secure_cert` partition as 0xD000 (comes next in the sequence).
  4. # Modules that are programmed with Espressif Secure Pre Provisioining service
  5. # uses this offset for `esp_secure_cert` and hence this change aligns this example
  6. # to work on those modules.
  7. CONFIG_PARTITION_TABLE_OFFSET=0xC000