mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
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:
committed by
Mathew Sutcliffe
parent
7a63768c83
commit
2feab9f5e7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user