Skip to content

Commit a4e78b4

Browse files
committed
Merge pull request #1750 from plerup/master
Update SoftwareSerial to version 3.1.0
2 parents 6c37fee + 6d33ea2 commit a4e78b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/build_boards_manager_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rm exclude.txt
4747
# Get additional libraries (TODO: add them as git submodule or subtree?)
4848

4949
# SoftwareSerial version 2.2
50-
wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/306b3f640296f3105a79bcc11d0fd185c95be1c9.zip
50+
wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/097712eb07f5b3a70ef419b6e7a7ed2ada5aab85.zip
5151
unzip -q SoftwareSerial.zip
5252
rm -rf SoftwareSerial.zip
5353
mv espsoftwareserial-* SoftwareSerial

0 commit comments

Comments
 (0)