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 năm trước cách đây
mục cha
commit
fe03cae50b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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