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
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]>
Copy file name to clipboardExpand all lines: libraries/SoftwareSerial/library.properties
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
name=SoftwareSerial
2
-
version=1.0
2
+
version=1.0.0
3
3
author=Arduino, Armin van der Togt
4
4
maintainer=stm32duino
5
5
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.
0 commit comments