Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cf69420

Browse files
cleveHEXladyada
authored andcommitted
Version bump + note (espressif#31)
* Bump version in install.sh as well * Add a note about IDE version variable
1 parent a2ededd commit cf69420

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ notifications:
4242
on_failure: change
4343
```
4444

45+
**Choosing Arduino IDE version**
46+
47+
You could use any version of IDE by setting `ARDUINO_IDE_VERSION` variable but we recommend keeping this variable unused because script gets updated and you then will not have to modify `.travis.yml` manually.
48+
4549
## Automated Example Verification Bash Functions
4650

4751
`build_platform` will build all `.ino` examples in the repo using the passed platform. The platforms

‎install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo "########################################################################";
3737

3838
# if .travis.yml does not set version
3939
if [ -z $ARDUINO_IDE_VERSION ]; then
40-
export ARDUINO_IDE_VERSION="1.8.6"
40+
export ARDUINO_IDE_VERSION="1.8.7"
4141
echo "NOTE: YOUR .TRAVIS.YML DOES NOT SPECIFY ARDUINO IDE VERSION, USING $ARDUINO_IDE_VERSION"
4242
fi
4343

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /