CaCO3 пре 3 година
родитељ
комит
59ccd601fc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      code/components/jomjol_flowcontroll/ClassFlowControll.cpp

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

@@ -230,7 +230,7 @@ ClassFlow* ClassFlowControll::CreateClassFlow(std::string _type)
     }
     }
     if (toUpper(_type).compare(0, 7, "[DIGITS") == 0)
     if (toUpper(_type).compare(0, 7, "[DIGITS") == 0)
     {
     {
-        cfc = new ClassFlowCNNGeneral(flowalignment, std::string("Digital"));
+        cfc = new ClassFlowCNNGeneral(flowalignment, std::string("Digit"));
         flowdigit = (ClassFlowCNNGeneral*) cfc;
         flowdigit = (ClassFlowCNNGeneral*) cfc;
     }
     }
     #ifdef ENABLE_MQTT
     #ifdef ENABLE_MQTT