Files
xiaozhi-esp32/main/boards/atommatrix-echo-base/config.json

12 lines
294 B
JSON
Raw Normal View History

{
"target": "esp32",
"builds": [
{
"name": "atommatrix-echo-base",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/4m.csv\""
]
}
]
}