Skip to content

Commit 2b06c9f

Browse files
committed
all caps for board names in jenkinsfile
1 parent 97c5ac6 commit 2b06c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
arduino {
22
platforms = ["esp8266:esp8266", "adafruit:avr", "adafruit:samd"]
33
libraries = ["Adafruit MQTT Library", "Adafruit FONA Library"]
4-
boards = ["esp8266"]
4+
boards = ["ESP8266"]
55
}

0 commit comments

Comments
 (0)