Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit c2dbbd9

Browse files
committed
feat: increase PIN pad timeout to 90 seconds
Signed-off-by: Mart Somermaa <[email protected]>
1 parent 8787be3 commit c2dbbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pcsc-cpp/pcsc-cpp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class CardImpl;
195195
using CardImplPtr = std::unique_ptr<CardImpl>;
196196

197197
/** PIN pad PIN entry timer timeout */
198-
constexpr uint8_t PIN_PAD_PIN_ENTRY_TIMEOUT = 30;
198+
constexpr uint8_t PIN_PAD_PIN_ENTRY_TIMEOUT = 90; // 1 minute, 30 seconds
199199

200200
/** SmartCard manages bidirectional input/output to an ISO 7816 smart card. */
201201
class SmartCard

0 commit comments

Comments
 (0)