Files
QingLong/XiaoZhi/xiaozhi-esp32/main/boards/atoms3r-echo-base/config.json
2025-08-15 09:13:13 +08:00

12 lines
290 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "atoms3r-echo-base",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_8M.csv\""
]
}
]
}