forked from xiaozhi/xiaozhi-esp32
* detect wake word model from index.json * update wait time before entering wifi configure mode
13 lines
327 B
JSON
13 lines
327 B
JSON
{
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "atoms3-echo-base",
|
|
"sdkconfig_append": [
|
|
"CONFIG_SPIRAM=n",
|
|
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
|
|
]
|
|
}
|
|
]
|
|
} |