mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Use SoftwareSerial version 2.2
This commit is contained in:
parent
fe558540f6
commit
486a31260b
@ -45,7 +45,9 @@ rsync -a --exclude-from 'exclude.txt' $srcdir/ $outdir/
|
|||||||
rm exclude.txt
|
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?)
|
||||||
wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/2aebc169192fc2031319ad9ad066d5f7aef17caf.zip
|
|
||||||
|
# SoftwareSerial version 2.2
|
||||||
|
wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/306b3f640296f3105a79bcc11d0fd185c95be1c9.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