abouttreesummaryrefslogcommitdiff
path: root/esp32/esp_project/sdkconfig
diff options
context:
space:
mode:
authorPatrick2023-07-14 13:46:27 +0200
committerPatrick2023-07-14 13:46:27 +0200
commit4c72c6901e007414aebb4cb6534c1a49d63558b0 (patch)
treec0530fbda67888a8857e5a08222ee6d19c41f260 /esp32/esp_project/sdkconfig
parent10325eaf40c80eb91f1c1eceea880c3abd54efd7 (diff)
downloadmatrix_esp_thesis-4c72c6901e007414aebb4cb6534c1a49d63558b0.tar.gz
matrix_esp_thesis-4c72c6901e007414aebb4cb6534c1a49d63558b0.zip
esp32 build, cli
Diffstat (limited to 'esp32/esp_project/sdkconfig')
-rw-r--r--esp32/esp_project/sdkconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/esp32/esp_project/sdkconfig b/esp32/esp_project/sdkconfig
index f405b2c..c55b691 100644
--- a/esp32/esp_project/sdkconfig
+++ b/esp32/esp_project/sdkconfig
@@ -325,12 +325,12 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
#
# Partition Table
#
-CONFIG_PARTITION_TABLE_SINGLE_APP=y
-# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
+# CONFIG_PARTITION_TABLE_SINGLE_APP is not set
+CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
# CONFIG_PARTITION_TABLE_CUSTOM is not set
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
-CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv"
+CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp_large.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table