Skip to content

Commit

Permalink
Use SoftwareSerial version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plerup committed Jan 11, 2016
1 parent fe55854 commit 486a312
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/build_boards_manager_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ rsync -a --exclude-from 'exclude.txt' $srcdir/ $outdir/
rm exclude.txt

# 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
rm -rf SoftwareSerial.zip
mv espsoftwareserial-* SoftwareSerial
Expand Down

0 comments on commit 486a312

Please sign in to comment.