Skip to content

Commit

Permalink
Merge pull request #181 from jdoubleu/fix-examples-demo-build-failure
Browse files Browse the repository at this point in the history
Use large partition layout for examples demo by default
  • Loading branch information
martinberlin authored May 10, 2022
2 parents b985f16 + 06ede8b commit fd8a290
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/demo/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,12 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
#
# Partition Table
#
CONFIG_PARTITION_TABLE_SINGLE_APP=y
# 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
Expand Down

0 comments on commit fd8a290

Please sign in to comment.