jankae / LibreVNA

100kHz to 6GHz 2 port USB based VNA
GNU General Public License v3.0
1.12k stars 210 forks source link

The ConnectToFirstDevice functionality does not respect the restricted device list created by the command line option #224

Closed sabughazal closed 1 year ago

sabughazal commented 1 year ago

LibreVNA Version

LibreVNA Version (32 bit): 1.4.0-6a27d3944 OS: Raspbian GNU/Linux 11 (bullseye) CPU Arch: arm64

Steps to reproduce

Expected behavior

Extra information & Setup and Calibration files

Fresh install, no specific set up or calibration.

jankae commented 1 year ago

Can you please try with the latest commit as well? This should be fixed since cde56429

jankae commented 1 year ago

nevermind, still not fixed. Working on it now

jankae commented 1 year ago

...and now it should really be fixed: 4c0d18b Tests before the fix confirmed the behavior you reported. After the fix, the GUI only connects to the specified device.

sabughazal commented 1 year ago

Thank you!