mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 04:17:50 +02:00
push before merge
This commit is contained in:
@ -166,8 +166,6 @@ private:
|
||||
return;
|
||||
}
|
||||
|
||||
spdlog::warn("{0}", _this->sampleRateList[_this->srId]);
|
||||
|
||||
airspyhf_set_samplerate(_this->openDev, _this->sampleRateList[_this->srId]);
|
||||
airspyhf_set_freq(_this->openDev, _this->freq);
|
||||
airspyhf_set_hf_agc(_this->openDev, (_this->agcMode != 0));
|
||||
|
Reference in New Issue
Block a user