From 4859d57feab23d1f4aca0954b41d2363fc2bef47 Mon Sep 17 00:00:00 2001 From: HonestQiao Date: Thu, 31 Jul 2025 05:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Desp32-p4=E9=85=8D=E7=BD=91?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=E6=97=A0=E6=B3=95=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E3=80=81=E8=BF=9E=E6=8E=A5=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0?= =?UTF-8?q?ip=E6=88=96=E8=80=85=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#1012)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/idf_component.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/idf_component.yml b/main/idf_component.yml index a933effd..4aea7e76 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -63,6 +63,10 @@ dependencies: version: ^1.0.1 rules: - if: target in [esp32p4] + espressif/esp_hosted: + version: '2.0.17' + rules: + - if: target in [esp32h2, esp32p4] espressif/esp_wifi_remote: version: '*' rules: