Skip to content

Commit f31e5f5

Browse files
committed
Updates the examples
1 parent 6b3aaed commit f31e5f5

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
check: false
3131
style: file
32-
extensions: cpp,h,hpp,c
32+
extensions: cpp,h,hpp,c,ino
3333
clang-version: latest
3434

3535
# commit the changes (if there are any)

library.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
]
2727
},
2828
"dependencies": {
29-
"peterpolidoro/Streaming": "*",
30-
"PaulStoffregen/FrequencyTimer2": "*"
29+
"peterpolidoro/Streaming": "*"
3130
},
3231
"frameworks": "*",
3332
"platforms": "*",

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ category=Data Processing
99
url=https://github.com/avandalen/avdweb_scope
1010
architectures=*
1111
includes=CodeDebugScope.h
12-
depends=Streaming, FrequencyTimer2
12+
depends=Streaming

0 commit comments

Comments
 (0)