Skip to content

Commit 0b51d5c

Browse files
authored
Update Jenkins to use Arduino 1.8.6 (#1199)
1 parent 7214b0d commit 0b51d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/arduino.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!groovy
22
def buildArduino(config, String buildFlags, String sketch, String key) {
3-
def root = '/opt/arduino-1.8.5/'
3+
def root = '/opt/arduino-1.8.6/'
44
if (config.nightly_arduino_ide)
55
{
66
root = '/opt/arduino-nightly/'

0 commit comments

Comments
 (0)