Files
xiaozhi-esp32/main/boards/echoear/config.json
2025-09-16 01:41:21 +08:00

11 lines
240 B
JSON

{
"target": "esp32s3",
"builds": [
{
"name": "echoear",
"sdkconfig_append": [
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/16m_echoear.csv\""
]
}
]
}