Skip to content

Commit f2c1a0f

Browse files
authored
Add support for NORTLE in FtdiWidget
Closes #1659
1 parent 26550cb commit f2c1a0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)