@@ -51,6 +51,7 @@ def buildMySensorsMicro(config, sketches, String key) {
51
51
for (sketch = 0 ; sketch < sketches. size(); sketch++ ) {
52
52
if (sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
53
53
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
54
+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
54
55
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
55
56
sketches[sketch]. path != config. library_root+ ' examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino' &&
56
57
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
@@ -87,6 +88,7 @@ def buildMySensorsGw(config, sketches, String key) {
87
88
if (sketches[sketch]. path != config. library_root+ ' examples/BatteryPoweredSensor/BatteryPoweredSensor.ino' &&
88
89
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
89
90
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
91
+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
90
92
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
91
93
sketches[sketch]. path != config. library_root+ ' examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino' &&
92
94
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
@@ -123,6 +125,7 @@ def buildArduinoUno(config, sketches, String key) {
123
125
for (sketch = 0 ; sketch < sketches. size(); sketch++ ) {
124
126
if (sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
125
127
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
128
+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
126
129
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
127
130
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
128
131
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32OTA/GatewayESP32OTA.ino' &&
@@ -157,6 +160,7 @@ def buildArduinoMega(config, sketches, String key) {
157
160
for (sketch = 0 ; sketch < sketches. size(); sketch++ ) {
158
161
if (sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
159
162
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
163
+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
160
164
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
161
165
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
162
166
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32OTA/GatewayESP32OTA.ino' &&
@@ -191,6 +195,7 @@ def buildSTM32F1(config, sketches, String key) {
191
195
for (sketch = 0 ; sketch < sketches. size(); sketch++ ) {
192
196
if (sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
193
197
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
198
+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
194
199
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
195
200
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
196
201
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32OTA/GatewayESP32OTA.ino' &&
@@ -280,6 +285,7 @@ def buildESP32(config, sketches, String key) {
280
285
sketches[sketch]. path != config. library_root+ ' examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino' &&
281
286
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
282
287
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
288
+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
283
289
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
284
290
sketches[sketch]. path != config. library_root+ ' examples/SensebenderGatewaySerial/SensebenderGatewaySerial.ino' &&
285
291
sketches[sketch]. path != config. library_root+ ' examples/MotionSensorRS485/MotionSensorRS485.ino' &&
@@ -316,6 +322,7 @@ def buildnRF5(config, sketches, String key) {
316
322
sketches[sketch]. path != config. library_root+ ' examples/DustSensorDSM/DustSensorDSM.ino' &&
317
323
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266/GatewayESP8266.ino' &&
318
324
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino' &&
325
+ sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266SecureMQTTClient/GatewayESP8266SecureMQTTClient.ino' &&
319
326
sketches[sketch]. path != config. library_root+ ' examples/GatewayGSMMQTTClient/GatewayGSMMQTTClient.ino' &&
320
327
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP8266OTA/GatewayESP8266OTA.ino' &&
321
328
sketches[sketch]. path != config. library_root+ ' examples/GatewayESP32/GatewayESP32.ino' &&
@@ -396,4 +403,4 @@ def buildnRF51822(config, sketches, String key) {
396
403
}
397
404
}
398
405
399
- return this
406
+ return this
0 commit comments