Files
xiaozhi-esp32/main/boards/lceda-course-examples/eda-super-bear/config.json
2026-04-26 21:35:04 +08:00

12 lines
284 B
JSON

{
"manufacturer": "lceda-course-examples",
"target": "esp32s3",
"builds": [
{
"name": "eda-super-bear",
"sdkconfig_append": [
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/16m.csv\""
]
}
]
}