add config.json to boards for auto building

This commit is contained in:
Terrence
2025-02-18 00:52:37 +08:00
parent ff18da5a29
commit 93915cd624
35 changed files with 426 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"target": "esp32s3",
"builds": [
{
"name": "magiclick-2p4",
"sdkconfig_append": []
}
]
}