From 1e600c7a5034b8087ac463331d7b8f4f5dd84413 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期三, 13 十一月 2024 10:27:37 +0800
Subject: [PATCH] 1.14,改为2s一次发射

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

diff --git a/Src/main.c b/Src/main.c
index 4f6e795..84b5558 100644
--- a/Src/main.c
+++ b/Src/main.c
@@ -247,7 +247,7 @@
 	hardware_pici = STMFLASH_ReadHalfWord(FLASH_HARDWARE_VERSION_MAP+2);
 	hardware_type = STMFLASH_ReadHalfWord(FLASH_HARDWARE_VERSION_MAP+4);
 	//deca_sleep(1000);
-	g_com_map[VERSION] = (1<<8)|13;
+	g_com_map[VERSION] = (1<<8)|14;
  //   testprogram();
 //    g_com_map[DEV_ID]=0x6777;
     #ifdef DEBUG_MODE
@@ -911,6 +911,7 @@
 extern uint8_t tx_near_msg[80],stationary_flag;
 float key_keeptime;
 extern float freqlost_count,range_lost_time;
+uint8_t g_start_send_time;
 void HAL_LPTIM_CompareMatchCallback(LPTIM_HandleTypeDef *hlptim)
 {
 	static uint8_t i=0;

--
Gitblit v1.9.3