This commit is contained in:
tang1219
2026-06-12 17:03:10 +08:00
parent e488cd3216
commit 9eaffcc9ff
31 changed files with 6829 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# ================================================================
# ESP32 DASS2 SDK 默认配置覆盖
#
# 此文件中的设置会覆盖 sdkconfig 中的对应值。
# 删除 .pio/build 目录后重新编译生效。
# ================================================================
# FATFS + SD card through VFS
CONFIG_FATFS_VFS_FAT_SDCARD=y
# ================================================================
# Flash 大小 Seeed XIAO ESP32S3 板载 8MB
# 如果你的硬件实际为 4MB/2MB,请修改此值
# ================================================================
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
# ================================================================
# 分区表 – 自定义 OTA 分区表
# ================================================================
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_8mb.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_8mb.csv"