mbed_wifi_MQTT_PM25
Dependencies: mbed-os-example-wifi-DISCO_IOTBOARD_MQTT MQTT
Diff: Jenkinsfile
- Revision:
- 57:c8c960b825f0
- Parent:
- 55:23a0d1e8270a
- Child:
- 58:8d4bde75ebb9
--- a/Jenkinsfile Tue Feb 27 10:06:35 2018 +0100 +++ b/Jenkinsfile Tue Feb 27 10:59:23 2018 +0100 @@ -14,10 +14,7 @@ // List of targets with supported RF shields to compile def targets = [ "UBLOX_EVK_ODIN_W2": ["builtin"], - "REALTEK_RTL8195AM": ["builtin"], - "K64F": ["WIFI_ESP8266"], "NUCLEO_F401RE": ["WIFI_IDW0XX1"], - "NUCLEO_F429ZI": ["WIFI_ESP8266"], "DISCO_L475VG_IOT01A": ["WIFI_ISM43362"] ] @@ -31,8 +28,7 @@ // Supported RF shields def radioshields = [ "builtin", - "WIFI_IDW0XX1", - "WIFI_ESP8266" + "WIFI_IDW0XX1" ] def stepsForParallel = [:]