9 lines
305 B
Plaintext
9 lines
305 B
Plaintext
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
# Allow OTA over plain HTTP (for LAN server)
|
|
CONFIG_OTA_ALLOW_HTTP=y
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
|
CONFIG_IDF_TARGET="esp32s3"
|