add wiced to jenkinsfile
This commit is contained in:
parent
642c5b3e09
commit
bb0b662b62
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -1,6 +1,6 @@
|
|||
arduino {
|
||||
verify = false
|
||||
verify = false
|
||||
platforms = ["esp8266:esp8266", "adafruit:avr", "adafruit:samd"]
|
||||
libraries = ["Adafruit MQTT Library", "Adafruit FONA Library", "Ethernet2"]
|
||||
boards = ["ESP8266", "M0_WINC1500", "M0_ETHERNETWING"]
|
||||
libraries = ["Adafruit MQTT Library", "Adafruit FONA Library"]
|
||||
boards = ["ESP8266", "M0_WINC1500", "WICED"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue