mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +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
@@ -244,7 +244,7 @@ namespace BlackCore
|
||||
/*
|
||||
* Start microphone test
|
||||
*/
|
||||
void CVoiceVatlib::runMicTest()
|
||||
void CVoiceVatlib::runMicrophoneTest()
|
||||
{
|
||||
Q_ASSERT_X(m_voice->IsValid() && m_voice->IsSetup(), "CVoiceClientVatlib", "Cvatlib_Voice_Simple invalid or not setup!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user