Update digital CNN, bug fixing

This commit is contained in:
jomjol
2020-12-29 22:27:48 +01:00
parent 3502ac9263
commit becb886ab7
23 changed files with 28 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ bool ClassFlowMQTT::ReadParameter(FILE* pfile, string& aktparamgraph)
if ((uri.length() > 0) && (topic.length() > 0))
{
MQTTInit(uri, clientname, user, password);
MQTTInit(uri, clientname, user, password, topicError, 60);
}
return true;