IMPORTANT BUGFIX

This commit is contained in:
Ryzerth
2021-06-26 18:26:58 +02:00
parent dad41e1574
commit d31ed762c1
2 changed files with 82 additions and 21 deletions

View File

@ -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) {