mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-23 10:34:21 -04:00
Now configured for MSK -- like JTMS v2, but at 2000 baud.
Implemented AutoZero control. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2518 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -140,6 +140,7 @@ void WideGraph::on_freqSpanSpinBox_valueChanged(int n)
|
||||
void WideGraph::on_waterfallAvgSpinBox_valueChanged(int n)
|
||||
{
|
||||
m_waterfallAvg = n;
|
||||
ui->widePlot->m_waterfallAvg = n;
|
||||
}
|
||||
|
||||
void WideGraph::on_zeroSpinBox_valueChanged(int value)
|
||||
|
||||
Reference in New Issue
Block a user