Jenkins:Update Arduino 1.8.7 (#1215)

This commit is contained in:
tekka
2018-10-21 13:10:21 +02:00
committed by GitHub
parent 5a7f3a4fae
commit b6ab7aaf03

View File

@@ -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/'