From e5ec6ffc2fa0c07785c9d797c3fd74fd3031059f Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Thu, 23 May 2024 20:06:25 +0800
Subject: [PATCH] 加了几个远传接收数据处理

---
 Function/WirelessRemoteComm/wrc_sizhu_v4.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Function/WirelessRemoteComm/wrc_sizhu_v4.h b/Function/WirelessRemoteComm/wrc_sizhu_v4.h
index e4f0208..99c77e9 100644
--- a/Function/WirelessRemoteComm/wrc_sizhu_v4.h
+++ b/Function/WirelessRemoteComm/wrc_sizhu_v4.h
@@ -23,7 +23,7 @@
 #define SIZHU_CONTROL_CODE_DATAUP  0x0101
 #define SIZHU_CONTROL_CODE_END     0x0102
 #define SIZHU_CONTROL_CODE_MODIFY_KEY 0x0103
-#define SIZHU_CONTROL_CODE_PUSH_TERMINAL_INFO 0x0104
+#define SIZHU_CONTROL_CODE_PUSH_SETTLEMENT_INFO 0x0104
 
 //����
 #define SIZHU_CONTROL_CODE_ACCOUNT_STATUS  0x0201
@@ -100,7 +100,7 @@
   uint8_t net_info;                                      // ������Ϣ
   uint8_t software_version[4];                           // ����汾��
   uint8_t account_state;                                 // ����״̬
-  uint16_t alarm_word[14]; // ������
+  uint16_t alarm_word[7]; // ������
   uint16_t valve_close_reason;                           // �ط�ԭ����
   uint8_t reserve[8];                                    // ����
   uint8_t data_package_format;                           // ���ݰ���ʽ
@@ -123,7 +123,7 @@
   int8_t lith_vcc_per;                               // ﮵�ص�ѹ�ٷֱ�
   uint8_t alka_vcc;                                   // ���ص�ѹ
   int8_t alka_vcc_per;                               // ���ص�ѹ�ٷֱ�
-  uint16_t status[12]; // ״̬��
+  uint16_t status[6]; // ״̬��
 //uint8_t reserved[40];
 } SIZHU_V4_PROTOCOL_NORMAL_DATA_PACK_T;
 

--
Gitblit v1.9.3