From 66ea95dcb8fd91d29465c2f11ced4dd6153a2504 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Wed, 22 May 2024 17:15:02 +0800
Subject: [PATCH] 继续完善远传

---
 Function/POWER_MANAGE/power_manage.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Function/POWER_MANAGE/power_manage.h b/Function/POWER_MANAGE/power_manage.h
index 7899ad4..990dea6 100644
--- a/Function/POWER_MANAGE/power_manage.h
+++ b/Function/POWER_MANAGE/power_manage.h
@@ -92,6 +92,7 @@
 	AMS_PERIOD,
 	AMS_KEY,
 	AMS_WRC_BEFORE,
+	AMS_VALVE_CTRL_BEFORE
 }ALKA_MEASURE_STATUS;
 
 typedef enum
@@ -134,8 +135,8 @@
 	
 	int8_t	alka_vcc_per; //���ݵ�ѹ����İٷֱ�
 	
-	int8_t	ex_pwr_in_cnt;
-	int8_t	ex_pwr_out_cnt;
+	int8_t	ex_pwr_in_cnt;  //��������������
+	int8_t	ex_pwr_out_cnt; //��粻������������
 	
 }PWR_VOL_T;
 

--
Gitblit v1.9.3