From bba26ef69ce8593b7bf251387231b883bd9ae944 Mon Sep 17 00:00:00 2001 From: Terrence Date: Sat, 9 Aug 2025 14:39:31 +0800 Subject: [PATCH] fix building echoear --- main/boards/echoear/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/boards/echoear/config.json b/main/boards/echoear/config.json index 5b1a9172..542f4a9b 100644 --- a/main/boards/echoear/config.json +++ b/main/boards/echoear/config.json @@ -3,7 +3,9 @@ "builds": [ { "name": "echoear", - "sdkconfig_append": [] + "sdkconfig_append": [ + "CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/16m_echoear.csv\"" + ] } ] } \ No newline at end of file