Skip to content

Commit cc828e3

Browse files
committed
Update espsoftwareserial library
1 parent 469c026 commit cc828e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/build_boards_manager_package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rsync -a --exclude-from 'exclude.txt' $srcdir/ $outdir/
3535
rm exclude.txt
3636

3737
# Get additional libraries (TODO: add them as git submodule or subtree?)
38-
wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/38259afcab9c291dbb6216f827d9a3738abf1868.zip
38+
wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/2aebc169192fc2031319ad9ad066d5f7aef17caf.zip
3939
unzip -q SoftwareSerial.zip
4040
rm -rf SoftwareSerial.zip
4141
mv espsoftwareserial-* SoftwareSerial

0 commit comments

Comments
 (0)