Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03deb0d

Browse files
committedJun 21, 2022
fix(Softwareserial): remove warning raised by arduino-lint
WARNING: library.properties version value 1.0 is not compliant with the semver specification. See https://semver.org/ (Rule LP021) Signed-off-by: Frederic Pillon <[email protected]>
1 parent d0bda02 commit 03deb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎libraries/SoftwareSerial/library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=SoftwareSerial
2-
version=1.0
2+
version=1.0.0
33
author=Arduino, Armin van der Togt
44
maintainer=stm32duino
55
sentence=Enables serial communication on any digital pin.
6-
paragraph=The SoftwareSerial library has been developed to allow serial communication on any digital pin of the board, using software to replicate the functionality of the hardware UART. It is possible to have multiple software serial ports.
6+
paragraph=The SoftwareSerial library has been developed to allow serial communication on any digital pin of the board, using software to replicate the functionality of the hardware UART. It is possible to have multiple software serial ports.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SoftwareSerial
99
architectures=stm32

0 commit comments

Comments
 (0)
Please sign in to comment.