Files
xiaozhi-esp32/main/boards/waveshare/esp32-s3-lcd-0.85/config.json
2026-04-26 21:35:04 +08:00

15 lines
422 B
JSON

{
"manufacturer": "waveshare",
"target": "esp32s3",
"builds": [
{
"name": "esp32-s3-lcd-0.85",
"sdkconfig_append": [
"CONFIG_USE_DEVICE_AEC=y",
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
]
}
]
}