28 lines
408 B
Plaintext
28 lines
408 B
Plaintext
#
|
|
# Serial flasher config
|
|
#
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
|
|
#
|
|
# Partition Table
|
|
#
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
|
|
#
|
|
# ESP32-specific
|
|
#
|
|
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
|
|
CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240
|
|
|
|
#
|
|
# mDNS
|
|
#
|
|
CONFIG_MDNS_STRICT_MODE=y
|
|
|
|
#
|
|
# HTTP Server
|
|
#
|
|
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
|