c1368962cc
fix: 添加 Kconfig.projbuild 修复模块开关失效问题
...
Build / idf-build (push) Has been cancelled
- 创建 main/Kconfig.projbuild 声明所有自定义模块配置项
- 修复 fullclean 后 sdkconfig 丢失 CONFIG_MIMI_* 配置的问题
- 更新 AGENTS.md 添加认知修正栏目和模块开关文档
- 记录 Kconfig 踩坑讨论到 taolun.md
2026-04-04 06:44:52 +08:00
fa41de0ae8
Merge branch 'feature/module-config' into main (resolved conflicts)
Build / idf-build (push) Has been cancelled
2026-04-03 20:17:40 +08:00
6983a1f1ba
feat: 添加编译时模块开关配置
...
通过 sdkconfig.defaults 选择性启用/禁用模块,减少固件体积:
新增模块开关:
- CONFIG_MIMI_CHAN_TELEGRAM (默认 n)
- CONFIG_MIMI_CHAN_FEISHU (默认 y)
- CONFIG_MIMI_TOOL_WEB_SEARCH (默认 y)
- CONFIG_MIMI_TOOL_GPIO (默认 n)
- CONFIG_MIMI_WS_SERVER (默认 y)
- CONFIG_MIMI_WIFI_ONBOARD (默认 y)
- CONFIG_MIMI_OTA (默认 n)
技术实现:
- CMakeLists.txt 条件编译源文件
- 头文件使用 static inline stub
- CLI 命令和工具注册也支持条件编译
消除 Telegram 未配置时的 5 秒轮询警告日志
2026-04-03 20:15:26 +08:00
9815ab8df0
feat: 实现时间同步、NVS稳定性修复和ESP-IDF v6.0兼容性改进
2026-04-01 18:58:20 +08:00
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
Michael Mogenson
a70bad385f
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
crispyberry
1b5f00bea5
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 18:44:51 +08:00