Files
xiaozhi-esp32/main/boards/lichuang-dev/config.json
2025-12-09 17:20:01 +08:00

12 lines
291 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "lichuang-dev",
"sdkconfig_append": [
"CONFIG_USE_DEVICE_AEC=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/16m.csv\""
]
}
]
}