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 daa3023 commit 642c5b3Copy full SHA for 642c5b3
Jenkinsfile
@@ -1,6 +1,6 @@
1
arduino {
2
- verify = false
+ verify = false
3
platforms = ["esp8266:esp8266", "adafruit:avr", "adafruit:samd"]
4
- libraries = ["Adafruit MQTT Library", "Adafruit FONA Library"]
5
- boards = ["ESP8266", "M0_WINC1500", "FONA_32U4"]
+ libraries = ["Adafruit MQTT Library", "Adafruit FONA Library", "Ethernet2"]
+ boards = ["ESP8266", "M0_WINC1500", "M0_ETHERNETWING"]
6
}
0 commit comments