Skip to content

Commit 426196a

Browse files
committed
Merge branch 'main' into development
2 parents 1efd7cb + 6ea0195 commit 426196a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/arduino-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: arduino/arduino-lint-action@v2
2525
with:
2626
compliance: strict
27-
library-manager: submit # remember to change to 'update' after the library is published on the libraries index
27+
library-manager: update # remember to change to 'update' after the library is published on the libraries index
2828
# Always use this setting for official repositories. Remove for 3rd party projects.
2929
official: true

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
6262
- fqbn: arduino:renesas_uno:unor4wifi
6363
artifact-name-suffix: arduino-renesas_uno-unor4wifi
64+
- fqbn: arduino:zephyr:unoq
65+
artifact-name-suffix: arduino-zephyr-unoq
6466

6567
steps:
6668
- name: Checkout

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A MessagePack RPC library for Arduino",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/bcmi-labs/Arduino_RPClite"
7+
"url": "https://github.com/arduino-libraries/Arduino_RPCLite"
88
},
99
"authors": {
1010
"name": "Lucio Rossi",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=Arduino, Lucio Rossi (eigen-value)
55
sentence=A MessagePack RPC library for Arduino
66
paragraph=allows to create a client/server architecture using MessagePack as the serialization format. It follows the MessagePack-RPC protocol specification. It is designed to be lightweight and easy to use, making it suitable for embedded systems and IoT applications.
77
category=Communication
8-
url=https://www.arduino.cc/
8+
url=https://github.com/arduino-libraries/Arduino_RPCLite
99
architectures=*
1010
depends=MsgPack (>=0.4.2)

0 commit comments

Comments
 (0)