Browse Source

2021-11-12 / Simon Xue

Action
    1. define.h add OTPTemp & OTPTempR for setting OTP temperature.
File
    As follow commit history
Simon Xue 3 years ago
parent
commit
fe03cae50b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      EVSE/Projects/define.h

+ 2 - 0
EVSE/Projects/define.h

@@ -984,6 +984,8 @@ struct SysInfoData
     CabinetMiscCommand      CabinetMicsStatus;
     struct LocalSharingInfo localSharingInfo;           // Local power sharing info structure
     DC_Meter_Info DcMeterInfo[4];
+    unsigned char           OTPTemp;                    // OTP Temperature 
+    unsigned char           OTPTempR;                   // OTP Recovery Temperature
 };
 
 struct SysConfigAndInfo