- 创建 main/Kconfig.projbuild 声明所有自定义模块配置项 - 修复 fullclean 后 sdkconfig 丢失 CONFIG_MIMI_* 配置的问题 - 更新 AGENTS.md 添加认知修正栏目和模块开关文档 - 记录 Kconfig 踩坑讨论到 taolun.md
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user