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,12 @@
{
"target": "esp32",
"builds": [
{
"name": "atommatrix-echo-base",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_4M.csv\""
]
}
]
}