Bugfix to set aircraft callsign from voice context, fixes #120

In the same step added methods to test squelch and microphone, refs #123
This commit is contained in:
Klaus Basan
2014-02-05 23:12:26 +00:00
committed by Mathew Sutcliffe
parent 7a63768c83
commit 2feab9f5e7
7 changed files with 92 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ void Client::micTestCmd(QTextStream & /** args **/)
{
std::cout << "Running mic test. Speak normally for 5 seconds..." << std::endl;
printLinePrefix();
m_voiceClient->runMicTest();
m_voiceClient->runMicrophoneTest();
}
void Client::setCallsignCmd(QTextStream &args)