Skip to content

Commit 8166263

Browse files
committed
SoftwareSerial: update to 3.2.3 (#3239)
1 parent d6f1f0d commit 8166263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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.1.0.zip
64+
curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.2.3.zip
6565
unzip -q SoftwareSerial.zip
6666
rm -rf SoftwareSerial.zip
6767
mv espsoftwareserial-* SoftwareSerial

0 commit comments

Comments
 (0)