mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
Added support for HackRF. Interim state #1
This commit is contained in:
@@ -168,6 +168,10 @@ bool AirspyInput::start(int device)
|
||||
}
|
||||
|
||||
delete[] sampleRates;
|
||||
#else
|
||||
m_sampleRates.clear();
|
||||
m_sampleRates.push_back(10000000);
|
||||
m_sampleRates.push_back(2500000);
|
||||
#endif
|
||||
|
||||
MsgReportAirspy *message = MsgReportAirspy::create(m_sampleRates);
|
||||
|
||||
Reference in New Issue
Block a user