We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d606b7c + f2c1a0f commit bbc6963Copy full SHA for bbc6963
plugins/ftdidmx/FtdiWidget.cpp
@@ -193,6 +193,7 @@ void FtdiWidget::Widgets(vector<FtdiWidgetInfo> *widgets) {
193
std::string::npos != v.find("JMS") ||
194
std::string::npos != v.find("KMTRONIC") ||
195
std::string::npos != v.find("KWMATIK") ||
196
+ std::string::npos != v.find("NORTLE") ||
197
std::string::npos != v.find("WWW.SOH.CZ")) {
198
widgets->push_back(FtdiWidgetInfo(sname,
199
sserial,
0 commit comments