File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,12 @@ void loop() {
109
109
Serial.print (" mydevice/uptime <- " );
110
110
Serial.println (uptimeInSec);
111
111
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" );
112
118
lastMqttPublishTime = now;
113
119
}
114
120
}
You can’t perform that action at this time.
0 commit comments