From d53a691180070e8126c24fae2115cb7afd867a94 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Thu, 28 Sep 2017 11:16:18 +0200 Subject: iot-sensortag: Do not enable MQTT by default This was agreed in a previous patch set for bb226a8dc9b6508c8d72c67b5260b9a733f7fca1. However, it slipped in due to wrong rebasing. Change-Id: I2725ae54da6573a9bc2dc5f965b8e9c0c65997a0 Reviewed-by: Oliver Wolff --- tradeshow/iot-sensortag/SensorTagDemo.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tradeshow') diff --git a/tradeshow/iot-sensortag/SensorTagDemo.pro b/tradeshow/iot-sensortag/SensorTagDemo.pro index c69a181..bae8f07 100644 --- a/tradeshow/iot-sensortag/SensorTagDemo.pro +++ b/tradeshow/iot-sensortag/SensorTagDemo.pro @@ -25,7 +25,7 @@ win32|linux|android:!qnx { # For using MQTT upload enable this config. # This enables both, host and client mode -CONFIG += UPDATE_TO_MQTT_BROKER +# CONFIG += UPDATE_TO_MQTT_BROKER win32:!contains(CONFIG, UPDATE_TO_MQTT_BROKER) { WASTORAGE_PATH = $$(WASTORAGE_LOCATION) -- cgit v1.2.3