forked from xiaozhi/xiaozhi-esp32
* fix jiuchuan build problem * feat: Add locales with OGG sounds * fix building echoear * Support ogg files frame duration <= 60
11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "echoear",
|
|
"sdkconfig_append": [
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/16m_echoear.csv\""
|
|
]
|
|
}
|
|
]
|
|
} |