Skip to content

Commit 169290f

Browse files
johnboilesh2zero
authored andcommitted
Allow esp_wifi_remote >= 0.5.3
`esp_wifi_remote` >= v0.10.0 is necessary to use esp-nimble-cpp with the latest ESP-IDF master branch.
1 parent 0672749 commit 169290f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
rules:
1717
- if: "target in [esp32p4]"
1818
espressif/esp_wifi_remote:
19-
version: "<0.5.4"
19+
version: ">=0.5.3"
2020
rules:
2121
- if: "target in [esp32p4]"
2222
idf:

0 commit comments

Comments
 (0)