From fa6053f85287163f6e2d5dba690bec05cbc95f4a Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Fri, 07 Jun 2024 17:00:49 +0800
Subject: [PATCH] 增加阀控事件记录及修改阀控命令

---
 CORE/main.c |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/CORE/main.c b/CORE/main.c
index 60f769d..89ac791 100644
--- a/CORE/main.c
+++ b/CORE/main.c
@@ -27,6 +27,7 @@
 #include "linked_list.h"
 #include "other_fun.h"
 #include "sys_sleep.h"
+#include "off_chip_flash.h"
 
 
 FlagStatus key_awaken_flag_g = RESET;
@@ -109,16 +110,16 @@
 			SysAlarmCtrlPro();
 			
 			
-//			/*����������ͨѶ��Ԥ��*/
-//			
-//			
-//			/*˼��ƽ̨����ͨѶ*/
-////			WirelessRemoteCommPro(&sys_fun_run_ctrl_g);
-//			
-//			/*modbus��ַ�����ݸ���*/
-//			
-//			
-//			
+			/*����������ͨѶ��Ԥ��*/
+			
+			
+			/*˼��ƽ̨����ͨѶ*/
+			WirelessRemoteCommPro(&sys_fun_run_ctrl_g);
+			
+			/*modbus��ַ�����ݸ���*/
+			
+			
+			
 //			/*����*/ 
 //			//��������²������ߣ�Ҫ���жϣ��������⹩�硢RS485�ɼ������С�Զ��������
 //			if(SysKeepRunningStatusGet(sys_fun_run_ctrl_g)==RESET){

--
Gitblit v1.9.3