From d96695ed52ebdfdb9d9b9b7933a9ff3e049998f4 Mon Sep 17 00:00:00 2001 From: Shu Chen Date: Tue, 5 Jul 2022 14:21:23 +0800 Subject: [PATCH] button: use fixed button component version --- device_hal/button_driver/iot_button/idf_component.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/device_hal/button_driver/iot_button/idf_component.yml b/device_hal/button_driver/iot_button/idf_component.yml index 7c2323d8f..3a5ffd6b4 100644 --- a/device_hal/button_driver/iot_button/idf_component.yml +++ b/device_hal/button_driver/iot_button/idf_component.yml @@ -1,5 +1,3 @@ ## IDF Component Manager Manifest File dependencies: - button: - path: components/button - git: https://github.com/espressif/esp-iot-solution.git + espressif/button: "=2.0.1" \ No newline at end of file