fix(eth/examples): fixed ethernet_init dependency to v1.3.0

This commit is contained in:
Ondrej Kosta
2026-03-23 12:30:11 +01:00
parent a02fd7e33b
commit 0f8dd0cf5b
9 changed files with 9 additions and 9 deletions
@@ -8,6 +8,6 @@ dependencies:
dns_server:
path: ${IDF_PATH}/examples/protocols/http_server/captive_portal/components/dns_server
espressif/ethernet_init:
version: "~1.2.0"
version: "^1.3.0"
espressif/network_provisioning:
version: "^1.0.5"