Skip to content

Commit

Permalink
Merge branch 'bugfix/incompatible_component_version' into 'master'
Browse files Browse the repository at this point in the history
fix: Fixed a potential websocket crash due to incompatible version

See merge request application/esp-at!1658
  • Loading branch information
xcguang committed Nov 15, 2024
2 parents cb74b86 + 9fdd183 commit a5f8f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/at/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## IDF Component Manager Manifest File
dependencies:
espressif/mdns:
version: "^1.0.0"
version: "~1.0.0"
espressif/esp_websocket_client:
version: "^1.2.0"
version: "~1.2.0"
espressif/bootloader_support_plus:
version: "==0.2.2"
rules:
Expand Down

0 comments on commit a5f8f39

Please sign in to comment.