fix macos ci + fix hydrasdr vid/pid

This commit is contained in:
AlexandreRouma
2025-10-05 16:51:42 -04:00
parent e82202ea74
commit 2a3fb12f61
4 changed files with 9 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ public:
#else
// Check for device presence
int vid, pid;
devFd = backend::getDeviceFD(vid, pid, backend::AIRSPY_VIDPIDS);
devFd = backend::getDeviceFD(vid, pid, backend::HYDRASDR_VIDPIDS);
if (devFd < 0) { return; }
// Get device info