From 0917738f20328de743be272ce4b042945d701830 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

---
 Src/main.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Src/main.c b/Src/main.c
index bf13c65..ae7bb97 100644
--- a/Src/main.c
+++ b/Src/main.c
@@ -188,9 +188,9 @@
   SystemClock_Config();
 
   /* USER CODE BEGIN SysInit */
-	TickFreq=10000;		//Tick频锟斤拷
+	TickFreq=10000;		//Tick棰戠巼
 	InituS(TickFreq);	
- // HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/TickFreq);	//锟斤拷锟铰讹拷锟斤拷SysTick锟斤拷频锟斤拷锟�
+ // HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/TickFreq);	//閲嶆柊瀹氫箟SysTick鐨勯鐜囷拷
 
   /* USER CODE END SysInit */
 
@@ -305,7 +305,7 @@
 	}
 	KMem.WX[7]=0x5a;
 #if (BOARD_TYPE == 15)
-	KWireLessInit(KMem.EffJumperSW&0x20);
+	KWireLessInit(KMem.EffJumperSW&0x20,KMem.EffJumperSW&0x1f);
 	KWireLessStart();
 #endif
 
@@ -313,6 +313,7 @@
   {
 		//int MyKeyStat1,MyKeyStat2;
 		//MyKeyStat1=GetInput();
+
 		//*((unsigned int *)&(PLCMem.SDT[10]))=nRunCount;
 	//	KMem.nRunCount=nRunCount;
 		SlowFlicker=0;

--
Gitblit v1.9.1