Skip to content

Commit 094d005

Browse files
authored
Merge pull request #160 from baba-dev/codex/fix-size-warnings-during-build
fix: select 16MB no-OTA partition for Tab5
2 parents f9f5064 + 2df6096 commit 094d005

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)