소스 검색

[Improve][Modularization][Module_Upgrade]

2020.12.25 / Folus Wen

Actions:
1. CAN BUS upgrade wait finish ack timeout change to 5 minutes.

Files:
1. As follow commit history

Image version: D0.00.XX.XXXX.XX
Image checksum: XXXXXXXX

Hardware PWB P/N : XXXXXXX
Hardware Version : XXXXXXX
FolusWen 4 년 전
부모
커밋
5aa8f9b72e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      EVSE/Modularization/Module_Upgrade.c

+ 1 - 1
EVSE/Modularization/Module_Upgrade.c

@@ -1188,7 +1188,7 @@ int Send_CCS_download_finish(int canfd,unsigned int Slave_Addr)
 
         struct timeval timer;
         gettimeofday(&timer, NULL);
-        unsigned long ack_timeout = 30 * 60 * 1000 * 1000;  //30 minutes
+        unsigned long ack_timeout = 5 * 60 * 1000 * 1000;  //5 minutes
 
         while (getTimeoutValue(timer) < ack_timeout)
         {