Skip to content

Commit

Permalink
Jenkins:Update Arduino 1.8.7 (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekka007 authored Oct 21, 2018
1 parent 5a7f3a4 commit b6ab7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/arduino.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!groovy
def buildArduino(config, String buildFlags, String sketch, String key) {
def root = '/opt/arduino-1.8.6/'
def root = '/opt/arduino-1.8.7/'
if (config.nightly_arduino_ide)
{
root = '/opt/arduino-nightly/'
Expand Down

0 comments on commit b6ab7aa

Please sign in to comment.