Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 35b17c7

Browse files
authored
Add dependencies to library.json
Add dependencies to library.json
1 parent db79af6 commit 35b17c7

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

library.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,27 @@
2121
"extras",
2222
"tests"
2323
]
24-
},
24+
},
25+
"dependencies":
26+
[
27+
{
28+
"owner": "stm32duino",
29+
"name": "STM32duino LwIP",
30+
"version": "^2.1.2",
31+
"platforms": "ststm32"
32+
},
33+
{
34+
"owner": "stm32duino",
35+
"name": "STM32Ethernet",
36+
"version": "^1.2.0",
37+
"platforms": "ststm32"
38+
},
39+
{
40+
"owner": "khoih-prog",
41+
"name": "Functional-Vlpp",
42+
"version": "^1.0.1"
43+
}
44+
],
2545
"frameworks": "arduino",
2646
"platforms": "ststm32",
2747
"examples": "examples/*/*/*.ino"

0 commit comments

Comments
 (0)