mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-02 03:06:37 +03:00
- update network bridge code to build with wifi-remote - update `examples/network/bridge` to work with wifi-remote on P4 Closes https://github.com/espressif/esp-hosted-mcu/issues/61
12 lines
276 B
YAML
12 lines
276 B
YAML
dependencies:
|
|
espressif/ethernet_init:
|
|
version: "~1.2.0"
|
|
espressif/esp_wifi_remote:
|
|
version: ">=1.3.1,<2.0"
|
|
rules:
|
|
- if: "target in [esp32p4, esp32h2]"
|
|
espressif/esp_hosted:
|
|
version: ">=2.11.0"
|
|
rules:
|
|
- if: "target in [esp32p4, esp32h2]"
|