Files
xiaozhi-esp32/main/boards/esp-spot/config.json

14 lines
380 B
JSON
Raw Normal View History

{
"target": "esp32c5",
"builds": [
{
"name": "esp-spot-c5",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\"",
"CONFIG_PM_ENABLE=y",
"CONFIG_FREERTOS_USE_TICKLESS_IDLE=y"
]
}
]
}