修复esp32-p4配网客户端无法连接、连接获取不到ip或者无法打开配置页面的问题 (#1012)
Some checks are pending
Build and Test / build (push) Waiting to run

This commit is contained in:
HonestQiao 2025-07-31 05:14:17 +08:00 committed by GitHub
parent 03394fe38d
commit 4859d57fea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: