From b491173a9d7dca0d78150c61282205b22ca40f04 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Mon, 2 Apr 2018 00:28:58 +0200 Subject: [PATCH] Unique library name not necessary --- avr/libraries/SoftwareSerial/library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/libraries/SoftwareSerial/library.properties b/avr/libraries/SoftwareSerial/library.properties index 810c09293..2fbfa7336 100644 --- a/avr/libraries/SoftwareSerial/library.properties +++ b/avr/libraries/SoftwareSerial/library.properties @@ -1,4 +1,4 @@ -name=SoftwareSerial (MiniCore) +name=SoftwareSerial version=1.1 author=Arduino maintainer=MCUdude