Skip to content

Commit

Permalink
Merge branch 'fix/ci_failed_with_bootloader_plus_v3.3.0.0' into 'rele…
Browse files Browse the repository at this point in the history
…ase/v3.3.0.0'

fix: Fix a compilation error if uses compress ota (v3.3.0.0)

See merge request application/esp-at!1729
  • Loading branch information
xcguang committed Feb 27, 2025
2 parents 9252d69 + d3c9f63 commit 498f10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootloader_components/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
espressif/bootloader_support_plus:
version: "==0.2.2"
version: "~0.2.7"
rules:
- if: "target in [esp32c2, esp32c3]"
2 changes: 1 addition & 1 deletion components/at/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies:
espressif/esp_websocket_client:
version: "~1.2.0"
espressif/bootloader_support_plus:
version: "==0.2.2"
version: "~0.2.7"
rules:
- if: "target in [esp32c2, esp32c3]"

0 comments on commit 498f10c

Please sign in to comment.