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

Commit c05f1de

Browse files
authored
Add dependencies to library.json
Add dependencies to library.json
1 parent e83b6da commit c05f1de

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

library.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "1.2.4",
44
"description":"Asynchronous HTTP and WebSocket Server Library for STM32 using builtin LAN8742A Ethernet",
55
"keywords":"http,async,websocket,webserver,stm32,ethernet",
6-
"authors": [
6+
"authors":
7+
[
78
{
89
"name": "Hristo Gochkov",
910
"url": "https://github.com/me-no-dev"
@@ -22,19 +23,24 @@
2223
},
2324
"license": "MIT",
2425
"frameworks": "arduino",
25-
"platforms": ["stm32"],
26-
"dependencies": [
26+
"dependencies":
27+
[
2728
{
29+
"owner": "stm32duino",
2830
"name": "STM32duino LwIP",
29-
"platforms": "stm32"
31+
"version": "^2.1.2",
32+
"platforms": "ststm32"
3033
},
3134
{
32-
"name": "STM32duino STM32Ethernet",
33-
"platforms": "stm32"
35+
"owner": "stm32duino",
36+
"name": "STM32Ethernet",
37+
"version": "^1.2.0",
38+
"platforms": "ststm32"
3439
},
3540
{
36-
"name": "STM32AsyncTCP",
37-
"platforms": "stm32"
41+
"name": "external-repo",
42+
"version": "https://github.com/philbowles/STM32AsyncTCP"
3843
}
39-
]
44+
],
45+
"platforms": ["ststm32"]
4046
}

0 commit comments

Comments
 (0)