Skip to content

Commit 20527bb

Browse files
authored
Update Jenkinsfile
add esp32 support
1 parent 734d5f4 commit 20527bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arduino {
22
verify = false
3-
platforms = ["esp8266:esp8266", "adafruit:avr", "arduino:samd", "adafruit:samd"]
3+
platforms = ["esp8266:esp8266", "esp32:esp32", "adafruit:avr", "arduino:samd", "adafruit:samd"]
44
libraries = ["Adafruit MQTT Library", "Adafruit FONA Library", "Ethernet2", "WiFi101"]
5-
boards = ["ESP8266", "M0_WINC1500", "WICED", "MKR1000", "M0_ETHERNETWING", "FONA_32U4"]
5+
boards = ["ESP8266", "M0_WINC1500", "WICED", "MKR1000", "M0_ETHERNETWING", "FONA_32U4", "ESP32"]
66
}

0 commit comments

Comments
 (0)