Skip to content

Commit

Permalink
Merge branch 'update/button_component' into 'main'
Browse files Browse the repository at this point in the history
idf_component.yml: Update the espressif/button component to latest version

See merge request app-frameworks/esp-matter!1019
  • Loading branch information
dhrishi committed Jan 29, 2025
2 parents b92d52a + e7d81fb commit d157774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion device_hal/button_driver/iot_button/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## IDF Component Manager Manifest File
dependencies:
espressif/button: "=2.5.0"
espressif/button: "=3.5.0"
2 changes: 1 addition & 1 deletion examples/generic_switch/main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- if: "idf_version >=5.0"
- if: "target in [esp32c2]"

espressif/button: "=2.5.0"
espressif/button: "=3.5.0"

0 comments on commit d157774

Please sign in to comment.