Corrected multidevice connection screen

This commit is contained in:
Agustín Gimenez 2024-05-28 07:57:21 +02:00
parent 9c843c224c
commit be070d61e1

View File

@ -58,7 +58,7 @@ namespace LogicAnalyzer.Dialogs
} }
if (connStr == "Network") if (connStr == "Network")
connStr = tbs[buc].Text; connStr = tbs[buc + 1].Text;
conns.Add(connStr); conns.Add(connStr);
} }