diff --git a/sdkconfig.defaults b/sdkconfig.defaults index 4b70ba78..2f77ea27 100644 --- a/sdkconfig.defaults +++ b/sdkconfig.defaults @@ -1,6 +1,9 @@ # set custom partition table for 1.5MB firmware CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="components/platform/partitions.csv" CONFIG_PARTITION_TABLE_FILENAME="components/platform/partitions.csv" +CONFIG_PARTITION_TABLE_SINGLE_APP=n +CONFIG_PARTITION_TABLE_TWO_OTA=n +CONFIG_PARTITION_TABLE_CUSTOM=y # Don't warn about undefined variables CONFIG_MAKE_WARN_UNDEFINED_VARIABLES=n