@@ -51,6 +51,7 @@ def buildMySensorsMicro(config, sketches, String key) {
5151 for (sketch = 0 ; sketch < sketches. size(); sketch++ ) {
5252 if (sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
5353 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
54+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
5455 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
5556 sketches[sketch]. path != config. library_root+ ' examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino' &&
5657 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
@@ -87,6 +88,7 @@ def buildMySensorsGw(config, sketches, String key) {
8788 if (sketches[sketch]. path != config. library_root+ ' examples/BatteryPoweredSensor/BatteryPoweredSensor.ino' &&
8889 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
8990 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
91+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
9092 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
9193 sketches[sketch]. path != config. library_root+ ' examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino' &&
9294 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
@@ -123,6 +125,7 @@ def buildArduinoUno(config, sketches, String key) {
123125 for (sketch = 0 ; sketch < sketches. size(); sketch++ ) {
124126 if (sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
125127 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
128+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
126129 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
127130 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
128131 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32OTA/GatewayESP32OTA.ino' &&
@@ -157,6 +160,7 @@ def buildArduinoMega(config, sketches, String key) {
157160 for (sketch = 0 ; sketch < sketches. size(); sketch++ ) {
158161 if (sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
159162 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
163+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
160164 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
161165 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
162166 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32OTA/GatewayESP32OTA.ino' &&
@@ -191,6 +195,7 @@ def buildSTM32F1(config, sketches, String key) {
191195 for (sketch = 0 ; sketch < sketches. size(); sketch++ ) {
192196 if (sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
193197 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
198+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
194199 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
195200 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
196201 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32OTA/GatewayESP32OTA.ino' &&
@@ -280,6 +285,7 @@ def buildESP32(config, sketches, String key) {
280285 sketches[sketch]. path != config. library_root+ ' examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino' &&
281286 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
282287 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
288+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
283289 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
284290 sketches[sketch]. path != config. library_root+ ' examples/SensebenderGatewaySerial/SensebenderGatewaySerial.ino' &&
285291 sketches[sketch]. path != config. library_root+ ' examples/MotionSensorRS485/MotionSensorRS485.ino' &&
@@ -316,6 +322,7 @@ def buildnRF5(config, sketches, String key) {
316322 sketches[sketch]. path != config. library_root+ ' examples/DustSensorDSM/DustSensorDSM.ino' &&
317323 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
318324 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
325+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
319326 sketches[sketch]. path != config. library_root+ ' examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino' &&
320327 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
321328 sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
@@ -396,4 +403,4 @@ def buildnRF51822(config, sketches, String key) {
396403 }
397404}
398405
399- return this
406+ return this
0 commit comments