Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions components/livekit/examples/minimal_video/main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ dependencies:
version: ~0.2.0
override_path: ../../../../example_utils
tempotian/codec_board: ~1.0.0
# The following components are required to connect to WiFi for ESP32-P4-based
# development board that supports WiFi. The versions here are known to work with
# the ESP32-P4-Function-EV-Board out-of-the-box.
espressif/esp_hosted:
version: ~2.0.13
rules: [{if: "target in [esp32p4]"}]
# The following components are required to connect to WiFi for ESP32-P4 and
# ESP32-H2-based development boards that support WiFi. The versions here are
# known to work with the ESP32-P4-Function-EV-Board out-of-the-box.
espressif/esp_wifi_remote:
version: ~0.14.3
rules: [{if: "target in [esp32p4]"}]
version: ">=0.10,<2.0"
rules:
- if: "target in [esp32p4, esp32h2]"
espressif/esp_hosted:
rules:
- if: "target in [esp32p4, esp32h2]"