Skip to content

Commit dca1957

Browse files
committed
mod: moved MsgPack as a dependency
1 parent 7c54f78 commit dca1957

File tree

10 files changed

+2
-3711
lines changed

10 files changed

+2
-3711
lines changed

library.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
"platforms": "*",
1818
"dependencies":
1919
{
20-
"hideakitai/ArxContainer": ">=0.6.0",
21-
"hideakitai/ArxTypeTraits": "*",
22-
"hideakitai/DebugLog": ">=0.8.1"
20+
"hideakitai/MsgPack": ">=0.4.2"
2321
}
2422
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=allows to create a client/server architecture using MessagePack as the
77
category=Communication
88
url=https://www.arduino.cc/
99
architectures=*
10-
depends=ArxContainer (>=0.6.0), ArxTypeTraits, DebugLog (>=0.8.1)
10+
depends=MsgPack (>=0.4.2)

src/MsgPack.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)