mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Hopefully a fix for the rfspace SDR-IP
This commit is contained in:
parent
9cc793e328
commit
801f1be6b2
@ -108,12 +108,11 @@ namespace rfspace {
|
||||
}
|
||||
break;
|
||||
case RFSPACE_DEV_ID_NET_SDR:
|
||||
default:
|
||||
for (int n = 80000000 / (4 * 25); n >= 32000; n /= 2) {
|
||||
sr.push_back(n);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return sr;
|
||||
|
Loading…
Reference in New Issue
Block a user