Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: library spec
Browse files Browse the repository at this point in the history
hideakitai committed Feb 13, 2024
1 parent 7683fd8 commit 480997a
Showing 5 changed files with 1,284 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -86,6 +86,9 @@ jobs:
vendor: teensy
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
- name: compile example sketchs
uses: arduino/compile-sketches@v1
with:
1,278 changes: 1,278 additions & 0 deletions examples/tests/cpp/main.cpp

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.8.1",
"version": "0.8.2",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=Packetizer
version=0.8.1
version=0.8.2
author=hideakitai
maintainer=hideakitai
sentence=binary data packetization encoder / decoder based on COBS / SLIP encoding
paragraph=binary data packetization encoder / decoder based on COBS / SLIP encoding
category=Communication
url=https://github.com/hideakitai/Packetizer
architectures=*
depends=ArxContainer(>=0.6.0),ArxSmartPtr,ArxTypeTraits,CRCx
depends=ArxContainer (>=0.6.0), ArxSmartPtr, ArxTypeTraits, CRCx

0 comments on commit 480997a

Please sign in to comment.