Skip to content

Commit ab1bff0

Browse files
Leonardoladyada
Leonardo
authored andcommitted
Talking about ARDUINO_IDE_VERSION (espressif#47)
* Note about installing multiple libraries * "Hack" on how to install external libraries * Explaining what ARDUINO_IDE_VERSION="1.8.7" does The script usually chooses the newset stable version * typo
1 parent f6dfb27 commit ab1bff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ git:
3232
quiet: true
3333
env:
3434
global:
35-
- ARDUINO_IDE_VERSION="1.8.7"
35+
# You can uncomment this to explicitly choose an (old) version of the Arduino IDE
36+
#- ARDUINO_IDE_VERSION="1.8.7"
3637
before_install:
3738
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
3839
install:

0 commit comments

Comments
 (0)