Browse Source

2019-09-04 / Alston Lin

Action :
1. Modify the SmartChargeEnable string to MaxChargeEnable in the ChargingInfoData structure.
7564 5 years ago
parent
commit
2f9880c545
1 changed files with 2 additions and 2 deletions
  1. 2 2
      EVSE/Projects/define.h

+ 2 - 2
EVSE/Projects/define.h

@@ -1,4 +1,4 @@
-#ifndef	DEFINE_H_
+#ifndef	DEFINE_H_
 #define	DEFINE_H_
 
 /**************************************************************************************/
@@ -177,7 +177,7 @@ struct ChargingInfoData
 	float 				OutputEnergy;			// output energy by per charging
 	unsigned char		RelayK1K2Status;		// 0x00 : open, 0x01 : close
 	int 				TimeoutPid;
-	unsigned char 		SmartChargeEnable;
+	unsigned char 		MaxChargeEnable;
 };
 
 struct SysInfoData