forked from xiaozhi/xiaozhi-esp32
12 lines
298 B
JSON
12 lines
298 B
JSON
|
|
{
|
||
|
|
"target": "esp32s3",
|
||
|
|
"builds": [
|
||
|
|
{
|
||
|
|
"name": "sensecap-watcher",
|
||
|
|
"sdkconfig_append": [
|
||
|
|
"CONFIG_ESPTOOLPY_FLASHSIZE_32MB=y",
|
||
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME='partitions_32M_sensecap.csv'"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|