fix: 添加 Kconfig.projbuild 修复模块开关失效问题
Some checks failed
Build / idf-build (push) Has been cancelled

- 创建 main/Kconfig.projbuild 声明所有自定义模块配置项
- 修复 fullclean 后 sdkconfig 丢失 CONFIG_MIMI_* 配置的问题
- 更新 AGENTS.md 添加认知修正栏目和模块开关文档
- 记录 Kconfig 踩坑讨论到 taolun.md
This commit is contained in:
2026-04-04 06:44:52 +08:00
parent fa41de0ae8
commit c1368962cc
4 changed files with 112 additions and 3 deletions

View File

@@ -36,3 +36,7 @@ CONFIG_ESP32S3_BROWNOUT_DET_LVL=7
# NOTE: CONFIG_LWIP_SNTP_MAX_SERVERS may be deprecated in ESP-IDF v6.0
# If compilation fails, comment out this line or use the new SNTP component config
CONFIG_LWIP_SNTP_MAX_SERVERS=4
# Partition table: use custom partition table with SPIFFS and OTA
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"