Skip to content

Commit

Permalink
Merge branch 'fix/ci_build_with_local_button' into 'master'
Browse files Browse the repository at this point in the history
fix(ci): fix ci build with local button

See merge request ae_group/esp-iot-solution!1212
  • Loading branch information
lijunru-hub committed Jan 24, 2025
2 parents aaae173 + b6a30c9 commit 6a112f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitlab/ci/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,8 @@
- <<: *if-trigger-job
- <<: *if-dev-push
changes: *patterns-build_system
- <<: *if-dev-push
changes: *patterns-components_button
- <<: *if-dev-push
changes: *patterns-components_usb_esp_msc_ota
- <<: *if-dev-push
Expand Down
2 changes: 1 addition & 1 deletion examples/common_components/boards/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
bus:
override_path: "../../../components/bus"
espressif/button:
version: "~2.5.0"
version: "^3.0.0"
espressif/led_strip:
version: "~1.1.0-alpha" #please use version 2.0.0 if idf5.0
3 changes: 0 additions & 3 deletions examples/sensors/sensor_hub_monitor/main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ dependencies:
boards:
version: "~0.0.1"
override_path: "../../../common_components/boards"
button:
public: true
override_path: "../../../../components/button"
sensor_hub:
public: true
override_path: "../../../../components/sensors/sensor_hub"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "usb_host_msc.h"
#include "usb_device_cdc.h"
#include "iot_button.h"
#include "button_gpio.h"

static const char *TAG = "manual_switch";

Expand Down

0 comments on commit 6a112f4

Please sign in to comment.