MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / setMicAcc

Method setMicAcc

src/models/TransmitModel.cpp:531–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void TransmitModel::setMicAcc(bool on)
532{
533 emit commandReady(QString("mic acc %1").arg(on ? 1 : 0));
534}
535
536void TransmitModel::setSpeechProcessorEnable(bool on)
537{

Callers 1

buildPhonePanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected