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:
parent
491c9b8b1c
commit
3138bdfc51
@ -61,7 +61,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 library
|
# 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
|
unzip -q SoftwareSerial.zip
|
||||||
rm -rf SoftwareSerial.zip
|
rm -rf SoftwareSerial.zip
|
||||||
mv espsoftwareserial-* SoftwareSerial
|
mv espsoftwareserial-* SoftwareSerial
|
||||||
|
Loading…
x
Reference in New Issue
Block a user