kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Hopefully a fix for the rfspace SDR-IP
rodzic
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;
|
||||
|
|
Ładowanie…
Reference in New Issue