mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 04:17:50 +02:00
Beginning of code for the RSPduo + bugfix for the hackrf
This commit is contained in:
@ -27,6 +27,8 @@ public:
|
||||
AirspySourceModule(std::string name) {
|
||||
this->name = name;
|
||||
|
||||
airspy_init();
|
||||
|
||||
sampleRate = 10000000.0;
|
||||
|
||||
handler.ctx = this;
|
||||
@ -54,7 +56,7 @@ public:
|
||||
}
|
||||
|
||||
~AirspySourceModule() {
|
||||
|
||||
airspy_exit();
|
||||
}
|
||||
|
||||
void enable() {
|
||||
|
Reference in New Issue
Block a user