From 916e591e9de8f20f5d0ebc82305dee5861ca3d28 Mon Sep 17 00:00:00 2001 From: Jan Beinke <git@janbeinke.com> Date: Sun, 7 Jun 2020 22:22:11 +0200 Subject: [PATCH] Switch partition table to allow ota updates --- sdkconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdkconfig b/sdkconfig index 9d5eed8..f2c3873 100644 --- a/sdkconfig +++ b/sdkconfig @@ -65,11 +65,11 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B=y # CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER is not set CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL=115200 CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 -CONFIG_PARTITION_TABLE_SINGLE_APP=y -# CONFIG_PARTITION_TABLE_TWO_OTA is not set +# CONFIG_PARTITION_TABLE_SINGLE_APP is not set +CONFIG_PARTITION_TABLE_TWO_OTA=y # 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_two_ota.csv" CONFIG_PARTITION_TABLE_OFFSET=0x8000 CONFIG_PARTITION_TABLE_MD5=y CONFIG_ENABLE_ARDUINO_DEPENDS=y -- GitLab