Skip to content

Commit 32541f7

Browse files
committed
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 c16f42f commit 32541f7

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)