瀏覽代碼

2021-11-12 / Simon Xue

Action
    1. define.h add OTPTemp & OTPTempR for setting OTP temperature.
File
    As follow commit history
Simon Xue 3 年之前
父節點
當前提交
fe03cae50b
共有 1 個文件被更改,包括 2 次插入0 次删除
  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