From 53484563d7968d38af04d56f2a9ef0b5349a6bb9 Mon Sep 17 00:00:00 2001
From: iceman1001 <iceman@iuse.se>
Date: Fri, 20 Jan 2017 22:06:53 +0100
Subject: [PATCH] CHG:  lowered the samples read.

---
 client/cmdlfjablotron.c | 2 +-
 client/cmdlfnedap.c     | 2 +-
 client/cmdlfpyramid.c   | 2 +-
 client/cmdlfviking.c    | 2 +-
 client/cmdlfvisa2000.c  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/client/cmdlfjablotron.c b/client/cmdlfjablotron.c
index 508886d5..95fe2922 100644
--- a/client/cmdlfjablotron.c
+++ b/client/cmdlfjablotron.c
@@ -126,7 +126,7 @@ int CmdJablotronDemod(const char *Cmd) {
 
 int CmdJablotronRead(const char *Cmd) {
 	CmdLFRead("s");
-	getSamples("20000", TRUE);
+	getSamples("12000", TRUE);
 	return CmdJablotronDemod(Cmd);
 }
 
diff --git a/client/cmdlfnedap.c b/client/cmdlfnedap.c
index 21d47fb9..eeb07939 100644
--- a/client/cmdlfnedap.c
+++ b/client/cmdlfnedap.c
@@ -202,7 +202,7 @@ lf t55xx wr b 4 d 4c0003ff
 
 int CmdLFNedapRead(const char *Cmd) {
 	CmdLFRead("s");
-	getSamples("20000", TRUE);
+	getSamples("12000", TRUE);
 	return CmdLFNedapDemod("");
 }
 /*
diff --git a/client/cmdlfpyramid.c b/client/cmdlfpyramid.c
index f22267de..b6c8ed6a 100644
--- a/client/cmdlfpyramid.c
+++ b/client/cmdlfpyramid.c
@@ -74,7 +74,7 @@ int GetPyramidBits(uint32_t fc, uint32_t cn, uint8_t *pyramidBits) {
 
 int CmdPyramidRead(const char *Cmd) {
 	CmdLFRead("s");
-	getSamples("20000", TRUE);
+	getSamples("12000", TRUE);
 	return CmdFSKdemodPyramid("");
 }
 
diff --git a/client/cmdlfviking.c b/client/cmdlfviking.c
index 4ea35422..36f2a672 100644
--- a/client/cmdlfviking.c
+++ b/client/cmdlfviking.c
@@ -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);
 }
diff --git a/client/cmdlfvisa2000.c b/client/cmdlfvisa2000.c
index e432954d..79924c76 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("20000",TRUE);
+	getSamples("12000",TRUE);
 	return CmdVisa2kDemod(Cmd);
 }
 
-- 
2.39.5