CHG: lowered the samples read.

This commit is contained in:
iceman1001 2017-01-20 22:06:53 +01:00
commit 53484563d7
5 changed files with 5 additions and 5 deletions

View file

@ -60,7 +60,7 @@ int CmdVikingRead(const char *Cmd) {
// read lf silently
CmdLFRead("s");
// get samples silently
getSamples("20000", TRUE);
getSamples("12000", TRUE);
// demod and output viking ID
return CmdVikingDemod(Cmd);
}