2026-02-06 13:45:09 +08:00
|
|
|
# MimiClaw - Common Default Configuration
|
|
|
|
|
# Target-specific settings are in sdkconfig.defaults.esp32s3
|
2026-02-20 18:36:08 -05:00
|
|
|
|
|
|
|
|
# Network hostname
|
|
|
|
|
CONFIG_LWIP_LOCAL_HOSTNAME="mimiclaw"
|
2026-03-13 20:26:40 +08:00
|
|
|
|
|
|
|
|
# SPIFFS: increase max filename length (default 32 is too short for session files)
|
|
|
|
|
CONFIG_SPIFFS_OBJ_NAME_LEN=64
|
2026-04-01 18:58:20 +08:00
|
|
|
|
|
|
|
|
# Brownout Detection: protect against power drops during Flash/NVS writes
|
|
|
|
|
CONFIG_ESP32S3_BROWNOUT_DET=y
|
|
|
|
|
CONFIG_ESP32S3_BROWNOUT_DET_LVL_SEL_7=y
|
|
|
|
|
CONFIG_ESP32S3_BROWNOUT_DET_LVL=7
|
|
|
|
|
|
|
|
|
|
# SNTP: enable SNTP support for automatic time sync
|
|
|
|
|
# NOTE: CONFIG_LWIP_SNTP_MAX_SERVERS may be deprecated in ESP-IDF v6.0
|
|
|
|
|
# If compilation fails, comment out this line or use the new SNTP component config
|
|
|
|
|
CONFIG_LWIP_SNTP_MAX_SERVERS=4
|