ADD: added identification for Mifare TNP3xxx tags.
ADD: MD5-lua functionality ADD: AES 128 decrypt lua functionality ADD: test luc script for reading TNP3xxx tags CHG: testing some changes for "hf 14b sim" / "lf em4x 410xsim"
This commit is contained in:
@@ -89,6 +89,9 @@ int DetectClock(int peak)
|
||||
case 1: clock--; break;
|
||||
case 2: clock -= 2; break;
|
||||
}
|
||||
if ( clock < 32)
|
||||
clock = 32;
|
||||
|
||||
printf("- adjusted it to %d \n", clock);
|
||||
return clock;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user