Skip to content

Commit 4e57206

Browse files
committed
Publishing more to check how it influences stability
1 parent 9f98736 commit 4e57206

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ void loop() {
109109
Serial.print("mydevice/uptime <- ");
110110
Serial.println(uptimeInSec);
111111
mqttClient.publish("mydevice/uptime", uptimeInSec.c_str());
112+
mqttClient.publish("mydevice/fakemessage", "sending long message to check -> of this influence stability");
113+
mqttClient.publish("mydevice/fakemessage", "and another to check if -> of this influence stability");
114+
mqttClient.publish("mydevice/fakemessage", "and even one more to check if -> of this influence stability");
115+
mqttClient.publish("mydevice/fakemessage2", "sending long message to check -> of this influence stability");
116+
mqttClient.publish("mydevice/fakemessage2", "and another to check if -> of this influence stability");
117+
mqttClient.publish("mydevice/fakemessage2", "and even one more to check if -> of this influence stability");
112118
lastMqttPublishTime = now;
113119
}
114120
}

0 commit comments

Comments
 (0)