Skip to content

Commit fd8a290

Browse files
authored
Merge pull request #181 from jdoubleu/fix-examples-demo-build-failure
Use large partition layout for examples demo by default
2 parents b985f16 + 06ede8b commit fd8a290

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/demo/sdkconfig.defaults

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,12 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
112112
#
113113
# Partition Table
114114
#
115-
CONFIG_PARTITION_TABLE_SINGLE_APP=y
115+
# CONFIG_PARTITION_TABLE_SINGLE_APP is not set
116+
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
116117
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
117118
# CONFIG_PARTITION_TABLE_CUSTOM is not set
118119
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
119-
CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv"
120+
CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp_large.csv"
120121
CONFIG_PARTITION_TABLE_OFFSET=0x8000
121122
CONFIG_PARTITION_TABLE_MD5=y
122123
# end of Partition Table

0 commit comments

Comments
 (0)