Changed partition table

This commit is contained in:
CommanderRedYT
2021-11-25 12:52:58 +01:00
committed by GitHub
parent 6a3372b2d4
commit 2eaedb00fb

View File

@ -122,8 +122,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_4M_noota.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_4M_noota.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_16M_ota.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_16M_ota.csv"
CONFIG_PARTITION_TABLE_OFFSET=0xf000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table