Fix CI failure of bridge app

This commit is contained in:
WangQixiang
2022-04-26 13:40:37 +08:00
committed by Chirag Atal
parent 55e9c353f5
commit 8b38f49292
3 changed files with 31 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
include($ENV{ESP_MATTER_DEVICE_PATH}/esp_matter_device.cmake)
set(light_requires )
set(light_requires driver)
if ("${light_type}" STREQUAL "ws2812")
list(APPEND light_requires led_strip)
elseif ("${light_type}" STREQUAL "vled")