13 lines
327 B
JSON
13 lines
327 B
JSON
{
|
|
"target": "esp32",
|
|
"builds": [
|
|
{
|
|
"name": "esp32-cgc",
|
|
"sdkconfig_append": [
|
|
"CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y",
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_4M.csv\"",
|
|
"CONFIG_LCD_ST7735_128X128=y"
|
|
]
|
|
}
|
|
]
|
|
} |