summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/mqttdataproviderpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/mqttdataproviderpool.h')
-rw-r--r--tradeshow/iot-sensortag/mqttdataproviderpool.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/mqttdataproviderpool.h b/tradeshow/iot-sensortag/mqttdataproviderpool.h
index bcd29c6..1ba33ff 100644
--- a/tradeshow/iot-sensortag/mqttdataproviderpool.h
+++ b/tradeshow/iot-sensortag/mqttdataproviderpool.h
@@ -55,6 +55,11 @@
class MqttDataProvider;
+#define MQTT_BROKER ""
+#define MQTT_PORT 1883
+#define MQTT_USERNAME ""
+#define MQTT_PASSWORD ""
+
class MqttDataProviderPool : public DataProviderPool
{
public: