diff --git a/Jenkinsfile b/Jenkinsfile index b01edff..23c9883 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ arduino { verify = false - platforms = ["esp8266:esp8266", "adafruit:avr", "adafruit:samd"] - libraries = ["Adafruit MQTT Library", "Adafruit FONA Library", "Ethernet2"] - boards = ["ESP8266", "M0_WINC1500", "WICED", "M0_ETHERNETWING", "FONA_32U4"] + platforms = ["esp8266:esp8266", "adafruit:avr", "arduino:samd", "adafruit:samd"] + libraries = ["Adafruit MQTT Library", "Adafruit FONA Library", "Ethernet2", "WiFi101"] + boards = ["ESP8266", "M0_WINC1500", "WICED", "MKR1000", "M0_ETHERNETWING", "FONA_32U4"] }