Merge pull request #307 from azuwis/hf-14a-config

Add `hf 14a config` to deal with badly configured cards
This commit is contained in:
GameTec-live
2026-02-06 11:19:23 +01:00
committed by GitHub
8 changed files with 207 additions and 2 deletions
+2
View File
@@ -73,6 +73,8 @@ class Command(enum.IntEnum):
MF1_HARDNESTED_ACQUIRE = 2013
MF1_ENC_NESTED_ACQUIRE = 2014
MF1_CHECK_KEYS_ON_BLOCK = 2015
HF14A_GET_CONFIG = 2200
HF14A_SET_CONFIG = 2201
EM410X_SCAN = 3000
EM410X_WRITE_TO_T55XX = 3001