1
0
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:
f4exb
2015-09-24 02:50:24 +02:00
parent 394701fc77
commit 2932cbfdc3
16 changed files with 2199 additions and 1 deletions
@@ -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);