FIX: Marshmellow hinted that I should use another fskclock method, which obeys the verbose parameter.
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user