From ac4659062fd9a8d0c7623c43714c47d2277dc72e Mon Sep 17 00:00:00 2001 From: Chen Wu Date: Tue, 20 Aug 2024 15:41:14 +0800 Subject: [PATCH] fix: Fixed a compilation error caused by the upgrade of idf-component-manager --- main/idf_component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/idf_component.yml b/main/idf_component.yml index 8bd437d1e..2e1cfb83b 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -3,4 +3,4 @@ dependencies: espressif/cmake_utilities: version: "==0.4.8" rules: - - if: "target in esp32c2" + - if: "target in [esp32c2]"