You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you look at the present device.c? It is there already but unfortunately this is not enough to make it work. It just allows to recognize the device.
Bonjour,
To add support for the RSP1A : update device.c
static mirisdr_device_t mirisdr_devices[] = {
{ 0x1df7, 0x2500, "RSP1", "SDRPlay", "RSP1", MIRISDR_HW_SDRPLAY_RSP1 },
{ 0x1df7, 0x3000, "RSP1A", "SDRPlay", "RSP1A", MIRISDR_HW_SDRPLAY_RSP1 }
};
Tested @home
73
The text was updated successfully, but these errors were encountered: