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

View File

@@ -2,6 +2,6 @@ dependencies:
cmd_system:
path: ${IDF_PATH}/examples/system/console/advanced/components/cmd_system
espressif/ethernet_init:
version: "~1.3.0"
version: "^1.3.0"
espressif/iperf-cmd:
version: "~1.0.2"

View File

@@ -1,6 +1,6 @@
dependencies:
espressif/ethernet_init:
version: "~1.2.0"
version: "^1.3.0"
esp_eth_time:
path: ${IDF_PATH}/examples/ethernet/ptp/components/esp_eth_time
ptpd: