mirror of
https://github.com/htotoo/DarkMesh.git
synced 2026-07-21 11:40:57 +00:00
16 lines
669 B
Plaintext
16 lines
669 B
Plaintext
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
|
# Espressif IoT Development Framework (ESP-IDF) 5.4.1 Project Minimal Configuration
|
|
#
|
|
CONFIG_IDF_TARGET="esp32s3"
|
|
CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH=y
|
|
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
|
|
CONFIG_HTTPD_MAX_URI_LEN=1024
|
|
CONFIG_HTTPD_WS_SUPPORT=y
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8000
|
|
CONFIG_LWIP_MAX_SOCKETS=15
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp_large.csv"
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
|
CONFIG_PARTITION_TABLE_MD5=y |