We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0b662 commit 277b84eCopy full SHA for 277b84e
Jenkinsfile
@@ -1,6 +1,6 @@
1
arduino {
2
verify = false
3
platforms = ["esp8266:esp8266", "adafruit:avr", "adafruit:samd"]
4
- libraries = ["Adafruit MQTT Library", "Adafruit FONA Library"]
5
- boards = ["ESP8266", "M0_WINC1500", "WICED"]
+ libraries = ["Adafruit MQTT Library", "Adafruit FONA Library", "Ethernet2"]
+ boards = ["ESP8266", "M0_WINC1500", "WICED", "M0_ETHERNETWING"]
6
}
0 commit comments