Add NULLLAB-AI-VOX3 Board (#1900)

This commit is contained in:
Yeqin Gong
2026-04-16 19:31:53 +08:00
committed by GitHub
parent 6074fdeb71
commit 69b1a978e9
8 changed files with 718 additions and 26 deletions

View File

@ -0,0 +1,9 @@
{
"target": "esp32s3",
"builds": [
{
"name": "nulllab-ai-vox-v3",
"sdkconfig_append": ["CONFIG_ESP_CONSOLE_NONE=y"]
}
]
}