Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 1b8bc91

Browse files
authored
Add dependencies to library.json
Add dependencies to library.json
1 parent 4c2f024 commit 1b8bc91

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

library.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@
2222
"tests"
2323
]
2424
},
25+
"dependencies":
26+
[
27+
{
28+
"owner": "blynkkk",
29+
"name": "Blynk",
30+
"version": "^0.6.1",
31+
"platforms": ["espressif32"]
32+
},
33+
{
34+
"owner": "khoih-prog",
35+
"name": "ESP_DoubleResetDetector",
36+
"version": "^1.0.3",
37+
"platforms": ["espressif8266", "espressif32"]
38+
}
39+
],
2540
"frameworks": "*",
2641
"platforms": "*",
2742
"examples": "examples/*/*/*.ino"

0 commit comments

Comments
 (0)