mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-01-13 16:57:17 +08:00
14 lines
380 B
JSON
14 lines
380 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
} |