Closed IntergalacticMicrosystems closed 6 months ago
Having trouble with Multidevice and multiple Network slaves. Looks like the connStr is off by one - MultiConnectDialog.axaml.cs line 61 changing it to connStr = tbs[buc+1].Text; fixes it for me.
connStr = tbs[buc+1].Text;
Super useful project - thank you!
Thanks for the report. I have corrected it in the code and will be fixed in the next release.
Having trouble with Multidevice and multiple Network slaves. Looks like the connStr is off by one - MultiConnectDialog.axaml.cs line 61 changing it to
connStr = tbs[buc+1].Text;
fixes it for me.Super useful project - thank you!