From cca5ffeeec33cc65f01b8f8c2260f5bfedba327f Mon Sep 17 00:00:00 2001
From: Silent YANG <yang@vicicode.com>
Date: Fri, 19 Jan 2024 06:02:01 -0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BE=A7=E9=94=AE=E5=8F=91?=
 =?UTF-8?q?=E5=B0=84=E6=97=B6=E6=8C=89=E9=94=AE=E9=9F=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/action.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/action.c b/app/action.c
index 57ccec5..3e28861 100644
--- a/app/action.c
+++ b/app/action.c
@@ -332,6 +332,7 @@ void ACTION_Handle(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
 		
 #ifdef ENABLE_SIDEFUNCTIONS_SEND
 		if(funcShort == ACTION_OPT_SEND_A || funcShort == ACTION_OPT_SEND_B || funcShort == ACTION_OPT_SEND_OTHER){
+			gBeepToPlay = BEEP_NONE;
 			gFlagLastVfo = gEeprom.TX_VFO;
 			gEeprom.TX_VFO = funcShort == ACTION_OPT_SEND_OTHER ? !gFlagLastVfo : funcShort == ACTION_OPT_SEND_A ? 0 : 1;
 			gFlagReconfigureVfos  = true;