mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 03:48:33 +08:00
FIX: Marshmellow hinted that I should use another fskclock method, which obeys the verbose parameter.
This commit is contained in:
parent
c387fd49a7
commit
4d60f1562f
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ int CmdReadBlk(const char *Cmd)
|
|||
// try a detection.
|
||||
}
|
||||
|
||||
if (CmdDetectClockRate("f")){ //wave is almost certainly FSK
|
||||
if (GetFskClock("", FALSE, FALSE)){ //wave is almost certainly FSK
|
||||
// FSK
|
||||
if ( FSKrawDemod("0 0", FALSE) && test())
|
||||
printT55xx("FSK");
|
||||
|
|
Loading…
Add table
Reference in a new issue