We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6660c10 commit 5d15da3Copy full SHA for 5d15da3
sdkconfig.defaults
@@ -3,9 +3,10 @@ CONFIG_FREERTOS_HZ=1000
3
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
4
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096
5
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
6
-# Custom partition table with 2.5 MB app partition (vs 1.5 MB default)
7
-CONFIG_PARTITION_TABLE_CUSTOM=y
8
-CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
+# Note: Custom partition table disabled - using default partition layout
+# To use custom 2.5 MB app partition locally, uncomment and ensure partitions.csv exists:
+# CONFIG_PARTITION_TABLE_CUSTOM=y
9
+# CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
10
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
11
12
# Enable newlib
0 commit comments