14 lines
366 B
JSON
14 lines
366 B
JSON
{
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "atoms3r-echo-pyramid",
|
|
"sdkconfig_append": [
|
|
"CONFIG_BOARD_TYPE_M5STACK_ATOM_S3R_ECHO_PYRAMID=y",
|
|
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
|
|
]
|
|
}
|
|
]
|
|
}
|