We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c32f63 + fb6938d commit c54587eCopy full SHA for c54587e
3 files changed
.github/workflows/build.yml
@@ -87,6 +87,8 @@ jobs:
87
steps:
88
- uses: actions/checkout@v4
89
- uses: arduino/arduino-lint-action@v1
90
+ with:
91
+ library-manager: update
92
- name: compile example sketchs
93
uses: arduino/compile-sketches@v1
94
with:
library.json
@@ -11,7 +11,7 @@
11
"url": "https://github.com/hideakitai",
12
"maintainer": true
13
},
14
- "version": "0.8.2",
+ "version": "0.8.3",
15
"license": "MIT",
16
"frameworks": "*",
17
"platforms": "*",
library.properties
@@ -1,5 +1,5 @@
1
-name=Debug
2
-version=0.8.2
+name=DebugLog
+version=0.8.3
3
author=hideakitai
4
maintainer=hideakitai
5
sentence=Logging library for Arduino that can output to both Serial and File with one line
0 commit comments