From d0a64c78d2537289808a2a2dd22b14bc21d618e7 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 7 Dec 2022 00:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Network/fgcom.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Network/fgcom.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Network/fgcom.cxx b/src/Network/fgcom.cxx index bddff70..0a5216a 100644 --- a/src/Network/fgcom.cxx +++ b/src/Network/fgcom.cxx @@ -244,7 +244,7 @@ void FGCom::init() SG_LOG(SG_SOUND, SG_ALERT, "FGCom: init"); - mesPopup("PTT按下,请讲...",5); + // mesPopup("PTT按下,请讲...",5); } @@ -641,7 +641,7 @@ void FGCom::valueChanged(SGPropertyNode *prop) // ensure that we are on the right channel by calling setupCommFrequency //fgSetString("/sim/screen/red","PTT按下,请讲..."); - //mesPopup("PTT按下,请讲...",5); + mesPopup("PTT按下,请讲...",5); setupCommFrequency(); iaxc_output_level_set(0.0);