Browse Source

2020.05.22 / TC Hsu

Actions: Modify the default value of SysConfig.PhaseLossPolicy to LOSS_POLICY_STOP in FactoryConfig.c

Image version    : N/A
Image checksum   : N/A

Hardware PWB P/N : N/A
Hardware Version : N/A

Files:

	modified:   EVSE/Projects/DM30/Apps/FactoryConfig.c
TC_Hsu 4 years ago
parent
commit
c57ecceff7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EVSE/Projects/DM30/Apps/FactoryConfig.c

+ 1 - 1
EVSE/Projects/DM30/Apps/FactoryConfig.c

@@ -131,7 +131,7 @@ int main(int argc,char *argv[])
     SysConfig.MaxChargingCurrent = 60;      // 最大可輸出電流
     SysConfig.MaxChargingDuration = 0;
     SysConfig.AcMaxChargingCurrent = 0;
-    SysConfig.PhaseLossPolicy = 0;
+    SysConfig.PhaseLossPolicy = LOSS_POLICY_STOP;
     for(unsigned char i = 0; i < 10; i++)
         strcpy((char *)SysConfig.LocalWhiteCard, "");