From e4424eb6b50d0300583c422dfb71d58e040f4b9e Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Tue, 11 Jun 2024 19:54:37 +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