Browse Source

2020-01-30 / Alston Lin

Actions
1. Add value for test of fan

Files
1. As follow commit history
Alston 5 years ago
parent
commit
015374bd43
1 changed files with 1 additions and 0 deletions
  1. 1 0
      EVSE/Projects/define.h

+ 1 - 0
EVSE/Projects/define.h

@@ -2882,6 +2882,7 @@ struct FanModuleData
 	unsigned short	SetFan2Speed;			//RPM
 	unsigned short	SetFan3Speed;			//RPM
 	unsigned short	SetFan4Speed;			//RPM
+	unsigned short	TestFanSpeed;			//RPM
 	unsigned char	DiffOfAirPressure;		//pa
 	unsigned char	UpdateFW;			//1:do update
 };