From 16eeda8e1e205da3395f6933f6f82b22da63c76b Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期六, 28 一月 2023 15:41:25 +0800
Subject: [PATCH] Radio add channel jumpper config

---
 Inc/GlobalDef.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Inc/GlobalDef.h b/Inc/GlobalDef.h
index 6918fcc..dee98c9 100644
--- a/Inc/GlobalDef.h
+++ b/Inc/GlobalDef.h
@@ -44,8 +44,8 @@
 	BOARD_V50_RADIO = 15, 
 };
 
-#define BOARD_TYPE 14
-#define XLAT_FREQ 12
+#define BOARD_TYPE 15
+#define XLAT_FREQ 8
 
 
 #define GetBoardType() (BOARD_TYPE)

--
Gitblit v1.9.1