mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-25 11:49:34 +01:00
fix(console): Workaround ethernet-init IDF dependency
This commit is contained in:
@@ -9,4 +9,8 @@ dependencies:
|
|||||||
override_path: '../console_simple_init'
|
override_path: '../console_simple_init'
|
||||||
public: true
|
public: true
|
||||||
espressif/ethernet_init:
|
espressif/ethernet_init:
|
||||||
version: '>=0.0.7'
|
matches:
|
||||||
|
- if: idf_version >=6.0
|
||||||
|
version: ^1.0.0
|
||||||
|
- if: idf_version <6.0
|
||||||
|
version: '==0.3.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user