You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,10 @@ notifications:
42
42
on_failure: change
43
43
```
44
44
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
+
45
49
## Automated Example Verification Bash Functions
46
50
47
51
`build_platform` will build all `.ino` examples in the repo using the passed platform. The platforms
0 commit comments