Logo
Explore Help
Sign In
titor/mimiclaw
1
0
Fork 0
You've already forked mimiclaw
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
eedc6757d8521de83f18a728ec8a9f905a717933
mimiclaw/sdkconfig.defaults

9 lines
275 B
Plaintext
Raw Normal View History

feat: add app_update dependency and sdkconfig defaults Add app_update component to CMakeLists REQUIRES for OTA version reporting. Add sdkconfig.defaults scaffold and gitignore nanobot reference repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 13:45:09 +08:00
# MimiClaw - Common Default Configuration
# Target-specific settings are in sdkconfig.defaults.esp32s3
Change network hostname from 'espressif' to 'mimiclaw' Small change to sdkconfig.defaults that helps make this device more identifiable on the local network.
2026-02-20 18:36:08 -05:00
# Network hostname
CONFIG_LWIP_LOCAL_HOSTNAME="mimiclaw"
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:26:40 +08:00
# SPIFFS: increase max filename length (default 32 is too short for session files)
CONFIG_SPIFFS_OBJ_NAME_LEN=64
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 51ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API