Files
2025-12-09 17:20:01 +08:00

11 lines
247 B
JSON

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