mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-07 21:56:35 +03:00
fix(eth/examples): fixed ethernet_init dependency to v1.3.0
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user