Files
ESP32_dass2/sdkconfig_不同分区大小.defaults
2026-06-12 17:03:10 +08:00

27 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ================================================================
# 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"