forked from xiaozhi/xiaozhi-esp32
* detect wake word model from index.json * update wait time before entering wifi configure mode
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"target": "esp32",
|
|
"builds": [
|
|
{
|
|
"name": "esp32-cgc",
|
|
"sdkconfig_append": [
|
|
"CONFIG_LCD_ST7735_128X128=y"
|
|
]
|
|
}
|
|
]
|
|
} |