FIX: Marshmellow hinted that I should use another fskclock method, which obeys the verbose parameter.

This commit is contained in:
iceman1001 2015-03-13 09:00:04 +01:00
parent c387fd49a7
commit 4d60f1562f

View file

@ -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");