Skip to content

Commit 8bbb960

Browse files
platisdladyada
authored andcommitted
Use the latest Arduino IDE version (espressif#66)
As of today, the latest Arduino IDE version is 1.8.11 which includes several bug-fixes and enhancements.
1 parent b3cd0e4 commit 8bbb960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ echo "########################################################################";
4343

4444
# if .travis.yml does not set version
4545
if [ -z $ARDUINO_IDE_VERSION ]; then
46-
export ARDUINO_IDE_VERSION="1.8.10"
46+
export ARDUINO_IDE_VERSION="1.8.11"
4747
echo "NOTE: YOUR .TRAVIS.YML DOES NOT SPECIFY ARDUINO IDE VERSION, USING $ARDUINO_IDE_VERSION"
4848
fi
4949

0 commit comments

Comments
 (0)