mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 20:18:17 +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.
|
// try a detection.
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CmdDetectClockRate("f")){ //wave is almost certainly FSK
|
if (GetFskClock("", FALSE, FALSE)){ //wave is almost certainly FSK
|
||||||
// FSK
|
// FSK
|
||||||
if ( FSKrawDemod("0 0", FALSE) && test())
|
if ( FSKrawDemod("0 0", FALSE) && test())
|
||||||
printT55xx("FSK");
|
printT55xx("FSK");
|
||||||
|
|
Loading…
Add table
Reference in a new issue