Files
JC-ESP32P4-M3-DEV/1-Demo/IDF-DEMO/xiaozhi-esp32/main/boards/esp32-cgc-144/config.json
T
2025-09-05 18:58:05 +02:00

12 lines
287 B
JSON

{
"target": "esp32",
"builds": [
{
"name": "esp32-cgc-144",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/4m.csv\""
]
}
]
}