forked from xiaozhi/xiaozhi-esp32
12 lines
276 B
JSON
12 lines
276 B
JSON
{
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "otto-robot",
|
|
"sdkconfig_append": [
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/16m.csv\"",
|
|
"CONFIG_LVGL_USE_GIF=y"
|
|
]
|
|
}
|
|
]
|
|
} |