Skip to content

Commit bbc6963

Browse files
authored
Merge pull request #2042 from peternewman/nortle-ftdi
Add support for NORTLE in FtdiWidget
2 parents d606b7c + f2c1a0f commit bbc6963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/ftdidmx/FtdiWidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ void FtdiWidget::Widgets(vector<FtdiWidgetInfo> *widgets) {
193193
std::string::npos != v.find("JMS") ||
194194
std::string::npos != v.find("KMTRONIC") ||
195195
std::string::npos != v.find("KWMATIK") ||
196+
std::string::npos != v.find("NORTLE") ||
196197
std::string::npos != v.find("WWW.SOH.CZ")) {
197198
widgets->push_back(FtdiWidgetInfo(sname,
198199
sserial,

0 commit comments

Comments
 (0)