mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2025-07-31 10:57:14 +02:00
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.
This commit is contained in:
@ -16,7 +16,7 @@ dependencies:
|
|||||||
rules:
|
rules:
|
||||||
- if: "target in [esp32p4]"
|
- if: "target in [esp32p4]"
|
||||||
espressif/esp_wifi_remote:
|
espressif/esp_wifi_remote:
|
||||||
version: "<0.5.4"
|
version: ">=0.5.3"
|
||||||
rules:
|
rules:
|
||||||
- if: "target in [esp32p4]"
|
- if: "target in [esp32p4]"
|
||||||
idf:
|
idf:
|
||||||
|
Reference in New Issue
Block a user