fix(console): Workaround ethernet-init IDF dependency

This commit is contained in:
David Cermak
2025-11-18 14:12:38 +01:00
parent 3d5e11b82f
commit 6153c0002a

View File

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