mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-12 00:40:00 +02:00
fix macos ci + fix hydrasdr vid/pid
This commit is contained in:
@@ -408,6 +408,11 @@ namespace backend {
|
||||
{ 0x1d50, 0xcc15 }
|
||||
};
|
||||
|
||||
const std::vector<DevVIDPID> HYDRASDR_VIDPIDS = {
|
||||
{ 0x1d50, 0x60a1 },
|
||||
{ 0x38af, 0x0001 }
|
||||
};
|
||||
|
||||
const std::vector<DevVIDPID> RTL_SDR_VIDPIDS = {
|
||||
{ 0x0bda, 0x2832 },
|
||||
{ 0x0bda, 0x2838 },
|
||||
|
Reference in New Issue
Block a user