✏️ Commenting code - connect to MQTT

This commit is contained in:
0x6f736f646f
2020-08-28 00:56:21 +03:00
parent 2c384f4cad
commit 9cfc1b62f1
+1
View File
@@ -323,6 +323,7 @@ void connectGSM(void)
void connectMqtt(void)
{
// Connects to MQTT
MQTT::Message mqttMessage;
snprintf(buffer, sizeof(buffer), "Connecting to %s on port %u\n", brokerAddress, brokerPort);
SerialMon.println(buffer);