Crank up the waterfall zoom limits for more detail :)

This commit is contained in:
Charles J. Cliffe
2015-08-11 20:37:46 -04:00
parent 8494ce3f18
commit f4640094b8
5 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ void AppFrame::OnTimer(wxTimerEvent& event) {
} else {
fftDistrib.setFFTSize(DEFAULT_FFT_SIZE);
}
fftDistrib.setLinesPerSecond(15);
fftDistrib.setLinesPerSecond(60);
fftDistrib.run();
wproc->setView(waterfallCanvas->getViewState());