You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ name=RPClite
2
2
version=0.0.1
3
3
author=Lucio Rossi (eigen-value)
4
4
maintainer=Lucio Rossi (eigen-value)
5
-
sentence=RPClite for Arduino (based on hideakitai MsgPack)
6
-
paragraph=RPClite for Arduino (based on hideakitai MsgPack)
5
+
sentence=A MessagePack RPC library for Arduino
6
+
paragraph=allows to create a client/server architecture using MessagePack as the serialization format. It is designed to be lightweight and easy to use, making it suitable for embedded systems and IoT applications.
0 commit comments