xiaozhi-esp32/main/boards/bread-compact-esp32-lcd/config.json
Xiaoxia f418c16b2c
Detect wake word model from index.json (#1211)
* detect wake word model from index.json

* update wait time before entering wifi configure mode
2025-09-17 08:31:51 +08:00

11 lines
207 B
JSON

{
"target": "esp32",
"builds": [
{
"name": "bread-compact-esp32-lcd",
"sdkconfig_append": [
"LCD_ST7789_240X240_7PIN=y"
]
}
]
}