Skip to content

Commit 1830296

Browse files
committed
Dependency Fixes
1 parent dbaa08a commit 1830296

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

library.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"docs"
2626
]
2727
},
28-
"dependencies": [],
28+
"dependencies": [
29+
"peterpolidoro/Streaming": "^6.1.1",
30+
],
2931
"frameworks": "*",
3032
"platforms": "*",
3133
"examples": "examples/*/*/*.ino"

library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ category=Data Processing
99
url=https://github.com/avandalen/avdweb_scope
1010
architectures=*
1111
includes=avdweb_SWscope.h
12+
depends=Streaming (>=6.1.1)

0 commit comments

Comments
 (0)