| 640 | } |
| 641 | |
| 642 | void TransmitModel::setDexp(bool on) |
| 643 | { |
| 644 | // FlexLib v4.2.18 and a SmartSDR v4.2.20 capture show DEXP is the |
| 645 | // radio's compander control; older dexp/noise_gate keys are rejected. |
| 646 | m_dexpOn = on; |
| 647 | m_companderOn = on; |
| 648 | emit phoneStateChanged(); |
| 649 | emit micStateChanged(); |
| 650 | emit commandReady(QString("transmit set compander=%1").arg(on ? 1 : 0)); |
| 651 | } |
| 652 | |
| 653 | void TransmitModel::setDexpLevel(int level) |
| 654 | { |