Skip to content

Commit 54b16b1

Browse files
committed
Merge remote-tracking branch 'remotes/esp8266/master'
2 parents b425eff + 2382d2d commit 54b16b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package/build_boards_manager_package.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ rsync -a --exclude-from 'exclude.txt' $srcdir/ $outdir/
4545
rm exclude.txt
4646

4747
# Get additional libraries (TODO: add them as git submodule or subtree?)
48-
wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/2aebc169192fc2031319ad9ad066d5f7aef17caf.zip
48+
49+
# SoftwareSerial version 2.2
50+
wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/306b3f640296f3105a79bcc11d0fd185c95be1c9.zip
4951
unzip -q SoftwareSerial.zip
5052
rm -rf SoftwareSerial.zip
5153
mv espsoftwareserial-* SoftwareSerial

0 commit comments

Comments
 (0)