mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2025-08-06 18:29:41 +08:00
14 lines
375 B
JSON
14 lines
375 B
JSON
{
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "mixgo-nova",
|
|
"sdkconfig_append": [
|
|
"CONFIG_SPIRAM_MODE_QUAD=y",
|
|
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_8M.csv\"",
|
|
"CONFIG_LCD_ST7735_128X160=y"
|
|
]
|
|
}
|
|
]
|
|
} |