fix building echoear

This commit is contained in:
Terrence
2025-08-09 14:39:31 +08:00
parent 7fcd40dbe7
commit bba26ef69c

View File

@@ -3,7 +3,9 @@
"builds": [ "builds": [
{ {
"name": "echoear", "name": "echoear",
"sdkconfig_append": [] "sdkconfig_append": [
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/16m_echoear.csv\""
]
} }
] ]
} }