Files
mimiclaw/sdkconfig.defaults
crispyberry 5ff0920399 fix: increase SPIFFS_OBJ_NAME_LEN to 64 for long session filenames
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>
2026-03-13 20:27:21 +08:00

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