1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Update SoftwareSerial version to 3.4.1 (#4623)

* Update SoftwareSerial version to 3.4.1
This commit is contained in:
Peter Lerup 2018-04-10 05:48:28 +02:00 committed by Develo
parent 491c9b8b1c
commit 3138bdfc51

View File

@ -61,7 +61,7 @@ rm exclude.txt
# Get additional libraries (TODO: add them as git submodule or subtree?)
# SoftwareSerial library
curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.3.1.zip
curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.4.1.zip
unzip -q SoftwareSerial.zip
rm -rf SoftwareSerial.zip
mv espsoftwareserial-* SoftwareSerial