Fixes #147 — Feishu open_id produces session filenames that exceed the default 32-byte SPIFFS object name limit, causing "Cannot open session file" errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
# MimiClaw - Common Default Configuration
|
|
# Target-specific settings are in sdkconfig.defaults.esp32s3
|
|
|
|
# Network hostname
|
|
CONFIG_LWIP_LOCAL_HOSTNAME="mimiclaw"
|
|
|
|
# SPIFFS: increase max filename length (default 32 is too short for session files)
|
|
CONFIG_SPIFFS_OBJ_NAME_LEN=64
|