Files
xiaozhi-esp32/main/boards/atoms3r-echo-pyramid/config.json
2026-04-28 13:55:39 +08:00

14 lines
366 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "atoms3r-echo-pyramid",
"sdkconfig_append": [
"CONFIG_BOARD_TYPE_M5STACK_ATOM_S3R_ECHO_PYRAMID=y",
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
]
}
]
}