From c55ef29ab387f4d2b9366938e1117e48c05c55c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Wed, 17 Apr 2019 22:44:08 +0200 Subject: [PATCH] select custom partition table in sdkconfig.defaults (#2636) --- sdkconfig.defaults | 3 +++ 1 file changed, 3 insertions(+) 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