Files
xiaozhi-esp32/main/boards/waveshare-s3-touch-amoled-1.32/config.json
2025-12-10 21:07:56 +08:00

12 lines
306 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "waveshare-s3-touch-amoled-1.32",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
]
}
]
}