Skip to content

Commit 2df6096

Browse files
committed
fix(tab5): select 16mb no-ota partition
1 parent f9f5064 commit 2df6096

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platforms/tab5/sdkconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
693693
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
694694
# CONFIG_PARTITION_TABLE_TWO_OTA_LARGE is not set
695695
CONFIG_PARTITION_TABLE_CUSTOM=y
696-
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
697-
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
696+
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_no_ota_16mb.csv"
697+
CONFIG_PARTITION_TABLE_FILENAME="partitions_no_ota_16mb.csv"
698698
CONFIG_PARTITION_TABLE_OFFSET=0x8000
699699
CONFIG_PARTITION_TABLE_MD5=y
700700
# end of Partition Table

0 commit comments

Comments
 (0)