forked from xiaozhi/xiaozhi-esp32
* detect wake word model from index.json * update wait time before entering wifi configure mode
17 lines
372 B
JSON
17 lines
372 B
JSON
{
|
|
"target": "esp32",
|
|
"builds": [
|
|
{
|
|
"name": "bread-compact-esp32",
|
|
"sdkconfig_append": [
|
|
"CONFIG_OLED_SSD1306_128X64=y"
|
|
]
|
|
},
|
|
{
|
|
"name": "bread-compact-esp32-128x32",
|
|
"sdkconfig_append": [
|
|
"CONFIG_OLED_SSD1306_128X32=y"
|
|
]
|
|
}
|
|
]
|
|
} |