|
@@ -23,7 +23,7 @@ const int WAIT_INTERVAL = 500;
|
|
|
const int ACCEPT_TRY_INTERVAL = 500;
|
|
|
const int ACCEPT_TRY_NUM = 110; // 500*110=55 seconds
|
|
|
const int READ_TRY_NUM = 1;//oiltest
|
|
|
-const int INIT_TRY_NUM = 3;
|
|
|
+const int INIT_TRY_NUM = 1;
|
|
|
|
|
|
class CContactlessCardEntity;
|
|
|
void CContactlessCardFSM::s0_on_entry()
|
|
@@ -2140,6 +2140,6 @@ int CContactlessCardFSM::PreOnlineJS(SpReqAnsContext<ContactlessCardService_Read
|
|
|
|
|
|
void CContactlessCardFSM::OnStateTrans(int iSrcState, int iDstState)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("trans from %s to %s", GetStateName(iSrcState), GetStateName(iDstState));
|
|
|
+ DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("trans from %s to %s", GetStateName(iSrcState), GetStateName(iDstState));
|
|
|
}
|
|
|
|