jankae / LibreVNA

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

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

Closed sabughazal closed 11 months ago

sabughazal commented 11 months 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 11 months ago

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

jankae commented 11 months ago

nevermind, still not fixed. Working on it now

jankae commented 11 months 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 11 months ago

Thank you!