|
@@ -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()
|