1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

Update SoftwareSerial to 3.3.0 (#3727)

SoftwareSerial: update to 3.3.1
This commit is contained in:
Peter Lerup
2017-10-22 07:32:53 +02:00
committed by Ivan Grokhotkov
parent 5397813e5c
commit fdac1a2653

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.2.3.zip
curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.3.1.zip
unzip -q SoftwareSerial.zip
rm -rf SoftwareSerial.zip
mv espsoftwareserial-* SoftwareSerial