Skip to content

Commit 5d15da3

Browse files
committed
Fix CI: disable custom partition table in root sdkconfig.defaults
1 parent 6660c10 commit 5d15da3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sdkconfig.defaults

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ CONFIG_FREERTOS_HZ=1000
33
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
44
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096
55
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"
6+
# Note: Custom partition table disabled - using default partition layout
7+
# To use custom 2.5 MB app partition locally, uncomment and ensure partitions.csv exists:
8+
# CONFIG_PARTITION_TABLE_CUSTOM=y
9+
# CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
910
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
1011

1112
# Enable newlib

0 commit comments

Comments
 (0)