diff --git a/components/livekit/examples/minimal_video/main/idf_component.yml b/components/livekit/examples/minimal_video/main/idf_component.yml index 43b7441..b9df649 100644 --- a/components/livekit/examples/minimal_video/main/idf_component.yml +++ b/components/livekit/examples/minimal_video/main/idf_component.yml @@ -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]"}] \ No newline at end of file + version: ">=0.10,<2.0" + rules: + - if: "target in [esp32p4, esp32h2]" + espressif/esp_hosted: + rules: + - if: "target in [esp32p4, esp32h2]"