Skip to content

Commit fd75392

Browse files
committed
Fix linter warning
WARNING: The library.properties paragraph field repeats the sentence field. These are displayed together so redundancy is not needed. See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format (Rule LP036)
1 parent 21b270b commit fd75392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=RPClite
22
version=0.0.1
33
author=Lucio Rossi (eigen-value)
44
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.
77
category=Communication
88
url=https://github.com/bcmi-labs/RPClite
99
architectures=*

0 commit comments

Comments
 (0)