From 61d0c713d6a39c970f4900c4db5c3626c34aea11 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期三, 13 三月 2024 17:46:23 +0800
Subject: [PATCH] 版本V1.11,Lora发完延迟700改到1000us

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

diff --git a/Src/main.c b/Src/main.c
index 31a281e..707e30c 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)|10;
+	g_com_map[VERSION] = (1<<8)|11;
  //   testprogram();
 //    g_com_map[DEV_ID]=0x6777;
     #ifdef DEBUG_MODE

--
Gitblit v1.9.3