disable em4100 16clk due to non working read

32 is working well
This commit is contained in:
MX
2024-01-31 18:32:48 +03:00
parent 90b49926ea
commit 398a468fd7
4 changed files with 42 additions and 75 deletions

View File

@@ -20,8 +20,7 @@
const ProtocolBase* lfrfid_protocols[] = {
[LFRFIDProtocolEM4100] = &protocol_em4100,
[LFRFIDProtocolEM410032] = &protocol_em4100_32,
[LFRFIDProtocolEM410016] = &protocol_em4100_16,
[LFRFIDProtocolEM4100_32] = &protocol_em4100_32,
[LFRFIDProtocolH10301] = &protocol_h10301,
[LFRFIDProtocolIdteck] = &protocol_idteck,
[LFRFIDProtocolIndala26] = &protocol_indala26,