소스 검색

2022-04-07/Jerry Wang
Action:
1. [Bug fix]Clear the counterPingSend when the connection established.

File:
1. EVSE/Modularization/ocppfile/Module_OcppBackend.c
--> Action 1
2. EVSE/Modularization/ocppph/Module_OcppBackend.c
--> Action 1

Jerry Wang 3 년 전
부모
커밋
b0a2b9f61d
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      EVSE/Modularization/ocppfiles/Module_OcppBackend.c
  2. 1 1
      EVSE/Modularization/ocppph/Module_OcppBackend.c

+ 1 - 0
EVSE/Modularization/ocppfiles/Module_OcppBackend.c

@@ -278,6 +278,7 @@ static int OCPP16Callback(struct lws *wsi, enum lws_callback_reasons reason, voi
 			ConnectionEstablished=1;
 			SetOcppConnStatus(TRUE);
 			refreshStartTimer(&startTime.pingOn);
+			counterPingSend = 0;
 			queueOpInfo.TransactionMessageResend = 0;
 			break;
 		case LWS_CALLBACK_CLIENT_CONNECTION_ERROR://1

+ 1 - 1
EVSE/Modularization/ocppph/Module_OcppBackend.c

@@ -273,8 +273,8 @@ static int OCPP16Callback(struct lws *wsi, enum lws_callback_reasons reason, voi
 			//connected
 			ConnectionEstablished=1;
 			SetOcppConnStatus(TRUE);
-
 			refreshStartTimer(&startTime.pingOn);
+			counterPingSend = 0;
 			queueOpInfo.TransactionMessageResend = 0;
 			break;
 		case LWS_CALLBACK_CLIENT_CONNECTION_ERROR://1