1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

Merge pull request #1750 from plerup/master

Update SoftwareSerial to version 3.1.0
This commit is contained in:
Ivan Grokhotkov 2016-03-10 22:48:44 +03:00
commit a4e78b430f

View File

@ -47,7 +47,7 @@ rm exclude.txt
# Get additional libraries (TODO: add them as git submodule or subtree?) # Get additional libraries (TODO: add them as git submodule or subtree?)
# SoftwareSerial version 2.2 # SoftwareSerial version 2.2
wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/306b3f640296f3105a79bcc11d0fd185c95be1c9.zip wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/097712eb07f5b3a70ef419b6e7a7ed2ada5aab85.zip
unzip -q SoftwareSerial.zip unzip -q SoftwareSerial.zip
rm -rf SoftwareSerial.zip rm -rf SoftwareSerial.zip
mv espsoftwareserial-* SoftwareSerial mv espsoftwareserial-* SoftwareSerial