We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b985f16 + 06ede8b commit fd8a290Copy full SHA for fd8a290
examples/demo/sdkconfig.defaults
@@ -112,11 +112,12 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
112
#
113
# Partition Table
114
115
-CONFIG_PARTITION_TABLE_SINGLE_APP=y
+# CONFIG_PARTITION_TABLE_SINGLE_APP is not set
116
+CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
117
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
118
# CONFIG_PARTITION_TABLE_CUSTOM is not set
119
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
-CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv"
120
+CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp_large.csv"
121
CONFIG_PARTITION_TABLE_OFFSET=0x8000
122
CONFIG_PARTITION_TABLE_MD5=y
123
# end of Partition Table
0 commit comments