We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491c9b8 commit 3138bdfCopy full SHA for 3138bdf
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.3.1.zip
+curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.4.1.zip
65
unzip -q SoftwareSerial.zip
66
rm -rf SoftwareSerial.zip
67
mv espsoftwareserial-* SoftwareSerial
0 commit comments