Inital test for the "lf em4x 410xsim / lf em4x 410xwatch" which I try to verify that the sim works.

Something about speed,  the clock detection is not so good.  should be 64,  usually 67..
This commit is contained in:
iceman1001
2014-10-27 19:46:21 +01:00
parent 1010aacca0
commit 2ae8a312e0
16 changed files with 379 additions and 39 deletions

View File

@@ -316,8 +316,8 @@ int CmdDump(const char *Cmd){
}
if ( hasPwd ){
if (param_gethex(Cmd, 0, pwd, 4)) {
PrintAndLog("password must include 4 HEX symbols");
if (param_gethex(Cmd, 0, pwd, 8)) {
PrintAndLog("password must include 8 HEX symbols");
return 0;
}
}