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>
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user