Skip to content

Commit

Permalink
SoftwareSerial: update to 3.2.3 (esp8266#3239)
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed May 23, 2017
1 parent d6f1f0d commit 8166263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/build_boards_manager_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rm exclude.txt
# Get additional libraries (TODO: add them as git submodule or subtree?)

# SoftwareSerial library
curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.1.0.zip
curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.2.3.zip
unzip -q SoftwareSerial.zip
rm -rf SoftwareSerial.zip
mv espsoftwareserial-* SoftwareSerial
Expand Down

0 comments on commit 8166263

Please sign in to comment.