소스 검색

2021-08-27 / Eason Yang
Action:
1. Improve : Changed delay time 8 -> 6. When tap RFID to stop charging.

File:
1. main.c
Action 1

Version: V0.69.XX.XXXX.XX

8009 3 년 전
부모
커밋
f299ea4f5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      EVSE/Projects/AW-Regular/Apps/main.c

+ 1 - 1
EVSE/Projects/AW-Regular/Apps/main.c

@@ -4547,7 +4547,7 @@ int main(void)
 						ShmCharger->gun_info[gun_index].mcuFlag.isSetCpPwmDuty = YES;
 						setLedMotion(gun_index, LED_ACTION_STOP);
 						checkStopReason(gun_index);
-						sleep(8);
+						sleep(6);
 						setChargerMode(gun_index, SYS_MODE_COMPLETE);
 						
 						/*