From f764106f5b366e08933749d6164e9ccbdd6fd149 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期一, 07 四月 2025 17:55:26 +0800
Subject: [PATCH] 3.4,加入5s上发一次心跳包通过串口输出

---
 APL/App.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/APL/App.c b/APL/App.c
index 74b6eb4..c1470eb 100644
--- a/APL/App.c
+++ b/APL/App.c
@@ -288,7 +288,7 @@
     //deca_sleep(1000);
 
     g_com_map[GROUP_ID]=3;
-	g_com_map[VERSION] = (3<<8)|3;
+	g_com_map[VERSION] = (3<<8)|4;
 
     if (g_com_map[COM_INTERVAL] <50)
     {

--
Gitblit v1.9.3