We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7023a65 commit 8d5280eCopy full SHA for 8d5280e
package/build_boards_manager_package.sh
@@ -61,7 +61,7 @@ rm exclude.txt
61
# Get additional libraries (TODO: add them as git submodule or subtree?)
62
63
# SoftwareSerial library
64
-curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.2.3.zip
+curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.3.1.zip
65
unzip -q SoftwareSerial.zip
66
rm -rf SoftwareSerial.zip
67
mv espsoftwareserial-* SoftwareSerial
0 commit comments