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 734d5f4 commit 20527bbCopy full SHA for 20527bb
Jenkinsfile
@@ -1,6 +1,6 @@
1
arduino {
2
verify = false
3
- platforms = ["esp8266:esp8266", "adafruit:avr", "arduino:samd", "adafruit:samd"]
+ platforms = ["esp8266:esp8266", "esp32:esp32", "adafruit:avr", "arduino:samd", "adafruit:samd"]
4
libraries = ["Adafruit MQTT Library", "Adafruit FONA Library", "Ethernet2", "WiFi101"]
5
- boards = ["ESP8266", "M0_WINC1500", "WICED", "MKR1000", "M0_ETHERNETWING", "FONA_32U4"]
+ boards = ["ESP8266", "M0_WINC1500", "WICED", "MKR1000", "M0_ETHERNETWING", "FONA_32U4", "ESP32"]
6
}
0 commit comments