This commit is contained in:
CaCO3
2023-05-03 22:36:07 +02:00
parent becbfc463f
commit 59ccd601fc

View File

@@ -230,7 +230,7 @@ ClassFlow* ClassFlowControll::CreateClassFlow(std::string _type)
}
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;
}
#ifdef ENABLE_MQTT