Преглед изворни кода

2023-02-10 / Simon Xue

Action:
1. [Fix] Gun type 'T' and 'D' Rate Current is 300A

Files
As the following commit history files
Simon Xue пре 2 година
родитељ
комит
115a849231
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      EVSE/Modularization/Module_RatedCurrent.c

+ 1 - 1
EVSE/Modularization/Module_RatedCurrent.c

@@ -257,7 +257,7 @@ static uint16_t defaultRatedCurrent(uint8_t modelType, uint32_t gunType, int pow
 
     case GUN_TYPE_T:
     case GUN_TYPE_D:
-    	ret = RC_500A;
+    	ret = RC_300A;
         break;
 
     case GUN_TYPE_H: