From 75c1317438374ab8555e85b491b36113b5aeb9c7 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 목, 21 4월 2022 13:52:35 +0900 Subject: [PATCH] Ongoing90 #4086 CF AOI Review FDC SW Version 추가 요청 --- Internal_Library/CHWsiControls/WsiControl_Dit.cpp | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Internal_Library/CHWsiControls/WsiControl_Dit.cpp b/Internal_Library/CHWsiControls/WsiControl_Dit.cpp index 0d17f11..1313964 100644 --- a/Internal_Library/CHWsiControls/WsiControl_Dit.cpp +++ b/Internal_Library/CHWsiControls/WsiControl_Dit.cpp @@ -159,6 +159,12 @@ { m_pWC2P->IWC2P_DisplayMessage(m_nIndex, _T("[WsiControl] [%02d] MODULE_INDEX Connection Fail!"), m_nIndex); } + + /*< LYW 20220421 - #4086 ADD Start >*/ + int nWSIVersion = pPacket->GetInt(0); + m_pWC2P->IWC2P_SetWSIVersion(m_nIndex, nWSIVersion); + m_pWC2P->IWC2P_DisplayMessage(m_nIndex, _T("[WsiControl] [%02d] WSI S/W Version Set = %d"), m_nIndex, nWSIVersion); + /*< LYW 20220421 - #4086 ADD End >*/ return; -- Gitblit v1.9.3