add config.json to boards for auto building

This commit is contained in:
Terrence
2025-02-18 00:52:31 +08:00
parent ff18da5a29
commit 93915cd624
35 changed files with 426 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"target": "esp32s3",
"builds": [
{
"name": "lichuang-dev",
"sdkconfig_append": []
}
]
}