From c840385effee20347ec8179a393bf109c681de9d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 20 Jan 2017 22:11:59 +0100 Subject: [PATCH] CHG: increase sample amount, since it found too few bits --- client/cmdlfvisa2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdlfvisa2000.c b/client/cmdlfvisa2000.c index 79924c76..42e1a00f 100644 --- a/client/cmdlfvisa2000.c +++ b/client/cmdlfvisa2000.c @@ -99,7 +99,7 @@ int CmdVisa2kDemod(const char *Cmd) { int CmdVisa2kRead(const char *Cmd) { CmdLFRead("s"); - getSamples("12000",TRUE); + getSamples("16000",TRUE); return CmdVisa2kDemod(Cmd); } -- 2.39.2