fix refrigerator project name error

This commit is contained in:
liyashuai
2025-05-21 16:38:09 +08:00
parent 7b4ae7af32
commit 6180212da1
+1 -1
View File
@@ -23,7 +23,7 @@ set(EXTRA_COMPONENT_DIRS
"${ESP_MATTER_PATH}/components"
${extra_components_dirs_append})
project(light_switch)
project(refrigerator)
if(CONFIG_IDF_TARGET_ESP32C2)
include(relinker)
endif()