CaCO3 3 лет назад
Родитель
Сommit
eafcdb01c2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      code/components/jomjol_flowcontroll/ClassFlowMQTT.cpp

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

@@ -157,8 +157,8 @@ bool ClassFlowMQTT::doFlow(string zwtime)
         else { // Failed
             return true; // We need to return true despite we failed, else it will retry 5x and then reboot!
         }
+        LogFile.WriteToFile("MQTT is now enabled");
     }
-    LogFile.WriteToFile("MQTT enabled");
 
     std::string result;
     std::string resulterror = "";