We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b425eff + 2382d2d commit 54b16b1Copy full SHA for 54b16b1
package/build_boards_manager_package.sh
@@ -45,7 +45,9 @@ rsync -a --exclude-from 'exclude.txt' $srcdir/ $outdir/
45
rm exclude.txt
46
47
# 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
+
49
+# SoftwareSerial version 2.2
50
+wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/306b3f640296f3105a79bcc11d0fd185c95be1c9.zip
51
unzip -q SoftwareSerial.zip
52
rm -rf SoftwareSerial.zip
53
mv espsoftwareserial-* SoftwareSerial
0 commit comments