Skip to content

Commit 3138bdf

Browse files
plerupdevyte
authored andcommitted
Update SoftwareSerial version to 3.4.1 (#4623)
* Update SoftwareSerial version to 3.4.1
1 parent 491c9b8 commit 3138bdf

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
@@ -61,7 +61,7 @@ rm exclude.txt
6161
# Get additional libraries (TODO: add them as git submodule or subtree?)
6262

6363
# SoftwareSerial library
64-
curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.3.1.zip
64+
curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.4.1.zip
6565
unzip -q SoftwareSerial.zip
6666
rm -rf SoftwareSerial.zip
6767
mv espsoftwareserial-* SoftwareSerial

0 commit comments

Comments
 (0)