CaCO3 %!s(int64=3) %!d(string=hai) anos
pai
achega
41abc19a97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/components/jomjol_flowcontroll/ClassFlowMQTT.cpp

+ 1 - 1
code/components/jomjol_flowcontroll/ClassFlowMQTT.cpp

@@ -192,7 +192,7 @@ bool ClassFlowMQTT::doFlow(string zwtime)
     char uptimeStr[11];
     sprintf(uptimeStr, "%ld", (long)getUpTime());
 
-    // Try sending ptime. If it fails, re-run init
+    // Try sending uptime. If it fails, re-run init
     if (!MQTTPublish(zw, uptimeStr, SetRetainFlag))
     { // Failed
         LogFile.WriteToFile(ESP_LOG_WARN, "MQTT - Re-running init...!");