Browse Source

2020.06.10 / Folus Wen

Actions:
1. EVSE/Modularization/ocppfiles/MessageHandler.c remove duplicate code.

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 năm trước cách đây
mục cha
commit
1282dcc489
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      EVSE/Modularization/ocppfiles/MessageHandler.c

+ 1 - 1
EVSE/Modularization/ocppfiles/MessageHandler.c

@@ -2594,7 +2594,7 @@ void CheckSystemValue(void)
 		//===============================
 		// CSU Trigger Authorize Request
 		//===============================
-		if(isWebsocketSendable && isWebsocketSendable && (server_sign == TRUE) && (ShmOCPP16Data->SpMsg.bits.AuthorizeReq == 1)&&(authorizeRetryTimes < 3))
+		if(isWebsocketSendable && (server_sign == TRUE) && (ShmOCPP16Data->SpMsg.bits.AuthorizeReq == 1)&&(authorizeRetryTimes < 3))
 		{
 			sendAuthorizeRequest(0);
 			authorizeRetryTimes = authorizeRetryTimes + 1;