fix(p4): Update hosted and wifi_remote components
This commit is contained in:
parent
29035dc689
commit
febca6b2f1
1 changed files with 2 additions and 2 deletions
|
|
@ -107,11 +107,11 @@ dependencies:
|
|||
rules:
|
||||
- if: "target in [esp32s3]"
|
||||
espressif/esp_hosted:
|
||||
version: "^2.0.0"
|
||||
version: "^2.0.12"
|
||||
rules:
|
||||
- if: "target == esp32p4"
|
||||
espressif/esp_wifi_remote:
|
||||
version: "~0.9.2"
|
||||
version: "^0.13.0"
|
||||
rules:
|
||||
- if: "target == esp32p4"
|
||||
espressif/libsodium:
|
||||
|
|
|
|||
Loading…
Reference in a new issue