Frequency manager lists

Scanner approximately 6.3% less buggy with wide ranges
This commit is contained in:
furrtek 2017-06-12 03:55:36 +01:00
parent e2f0a03460
commit 61be221432
10 changed files with 155 additions and 33 deletions

View file

@ -74,6 +74,7 @@ void WidebandSpectrum::on_message(const Message* const msg) {
baseband_fs = message.sampling_rate;
trigger = message.trigger;
baseband_thread.set_sampling_rate(baseband_fs);
phase = 0;
configured = true;
break;