Files
xiaozhi-esp32/main/boards/electron-bot/config.json
2025-09-13 23:40:38 +08:00

11 lines
237 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "electron-bot",
"sdkconfig_append": [
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/16m.csv\""
]
}
]
}