- added AGC reset button

This commit is contained in:
2022-07-10 18:02:47 +02:00
parent 89f1f2bd07
commit 50890ed5d2
5 changed files with 28 additions and 45 deletions
+1
View File
@@ -161,6 +161,7 @@ private:
ScopedPointer<Slider> m_sliderAwgn_dB;
ScopedPointer<TextButton> m_buttonResetCPR;
ScopedPointer<TextButton> m_buttonResetStr;
ScopedPointer<TextButton> m_buttonResetAGC;
ScopedPointer<ComboBox> comboBoxCmaMode;
ScopedPointer<ToggleButton> toggleButtonCMAEnable;
ScopedPointer<Label> m_labelPowerDecision;