Files
xiaozhi-esp32/main/boards/waveshare-s3-epaper-1.54/config.json

12 lines
294 B
JSON
Raw Normal View History

{
"target": "esp32s3",
"builds": [
{
"name": "waveshare-s3-epaper-1.54",
"sdkconfig_append": [
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=partitions/v2/8m.csv",
"CONFIG_ESPTOOLPY_FLASHSIZE=8MB"
]
}
]
}