File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
sensors/sensor_hub_monitor/main
usb/otg/usb_host_device_mode_manual_switch/main Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14811481 - << : *if-trigger-job
14821482 - << : *if-dev-push
14831483 changes : *patterns-build_system
1484+ - << : *if-dev-push
1485+ changes : *patterns-components_button
14841486 - << : *if-dev-push
14851487 changes : *patterns-components_usb_esp_msc_ota
14861488 - << : *if-dev-push
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ dependencies:
1010 bus :
1111 override_path : " ../../../components/bus"
1212 espressif/button :
13- version : " ~2.5 .0"
13+ version : " ^3.0 .0"
1414 espressif/led_strip :
1515 version : " ~1.1.0-alpha" # please use version 2.0.0 if idf5.0
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ dependencies:
22 boards :
33 version : " ~0.0.1"
44 override_path : " ../../../common_components/boards"
5- button :
6- public : true
7- override_path : " ../../../../components/button"
85 sensor_hub :
96 public : true
107 override_path : " ../../../../components/sensors/sensor_hub"
Original file line number Diff line number Diff line change 1010#include "usb_host_msc.h"
1111#include "usb_device_cdc.h"
1212#include "iot_button.h"
13+ #include "button_gpio.h"
1314
1415static const char * TAG = "manual_switch" ;
1516
You can’t perform that action at this time.
0 commit comments