mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
IMPORTANT BUGFIX
This commit is contained in:
@ -11,6 +11,7 @@ namespace tuner {
|
||||
gui::waterfall.setViewOffset((BW / 2.0) - (viewBW / 2.0));
|
||||
gui::waterfall.setCenterFrequency(freq);
|
||||
gui::waterfall.setViewOffset(0);
|
||||
sigpath::sourceManager.tune(freq);
|
||||
}
|
||||
|
||||
void normalTuning(std::string vfoName, double freq) {
|
||||
|
Reference in New Issue
Block a user