From 2bdbd5a73c9b5bce9fa03d929b0b79ff92b1f1dd Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Sat, 4 Apr 2026 02:01:29 +0800 Subject: [PATCH] Stability update Benchmarked multiple cards. This is a stable value with the least performance loss. --- armsrc/iclass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/iclass.h b/armsrc/iclass.h index 2d2bf8c42..7933e32cb 100644 --- a/armsrc/iclass.h +++ b/armsrc/iclass.h @@ -34,7 +34,7 @@ // times in samples @ 212kHz when acting as reader #define ICLASS_READER_TIMEOUT_ACTALL 330 // 1558us, nominal 330us + 7slots*160us = 1450us #define ICLASS_READER_TIMEOUT_UPDATE 3390 // 16000us, nominal 4-15ms -#define ICLASS_READER_TIMEOUT_UPDATE_FAST 1500 // A copy of ICLASS_READER_TIMEOUT_UPDATE with reduced timeout values +#define ICLASS_READER_TIMEOUT_UPDATE_FAST 1600 // A copy of ICLASS_READER_TIMEOUT_UPDATE with reduced timeout values #define ICLASS_READER_TIMEOUT_OTHERS 80 // 380us, nominal 330us // The length of a received command will in most cases be no more than 18 bytes.