mirror of
https://github.com/rodneyosodo/smart-farm-africastalking-hackathon.git
synced 2026-06-23 04:10:17 +00:00
✏️ Commenting code - connect to MQTT
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user