From ef2935e9556adcb4756d7a7ff8c67684323ad720 Mon Sep 17 00:00:00 2001 From: YuanMingFu Date: Sat, 3 Feb 2024 16:40:53 +0800 Subject: [PATCH] fix: example: blemesh lightbulb driver --- .../common_components/light_driver/idf_component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bluetooth/esp_ble_mesh/common_components/light_driver/idf_component.yml b/examples/bluetooth/esp_ble_mesh/common_components/light_driver/idf_component.yml index 7c9cb55f62..a70e0dba82 100644 --- a/examples/bluetooth/esp_ble_mesh/common_components/light_driver/idf_component.yml +++ b/examples/bluetooth/esp_ble_mesh/common_components/light_driver/idf_component.yml @@ -1,3 +1,3 @@ ## IDF Component Manager Manifest File dependencies: - espressif/lightbulb_driver: "^0.5.5" + espressif/lightbulb_driver: "==0.5.5"