23 lines
452 B
Plaintext
23 lines
452 B
Plaintext
# 16 MB flash
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
|
|
|
|
# Fast flash
|
|
|
|
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
|
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
|
|
CONFIG_ESP32_REV_MIN_1=y
|
|
|
|
# OTA
|
|
|
|
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-16MiB-ota.csv"
|
|
|
|
# Network name
|
|
|
|
CONFIG_LWIP_LOCAL_HOSTNAME="wESP32"
|