Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
"type": "git",
"url": "https://github.com/arduino-libraries/Arduino_RouterBridge"
},
"authors": {
"name": "Arduino",
"url": "https://github.com/arduino-libraries/Arduino_RouterBridge",
"maintainer": true
},
"authors":
[
{
"name": "Arduino",
"url": "https://github.com/arduino-libraries/Arduino_RouterBridge",
"maintainer": true
}
],
"version": "0.2.2",
"license": "MPL2.0",
"frameworks": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ maintainer=Arduino
sentence=A RPC bridge for Arduino UNO Q boards
paragraph=This library provides a simple RPC bridge for Arduino UNO Q boards, allowing communication between the board and other devices using MsgPack serialization.
category=Communication
url=https://www.arduino.cc/
url=https://github.com/arduino-libraries/Arduino_RouterBridge
architectures=*
depends=Arduino_RPClite