]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: lowered the samples read.
authoriceman1001 <iceman@iuse.se>
Fri, 20 Jan 2017 21:06:53 +0000 (22:06 +0100)
committericeman1001 <iceman@iuse.se>
Fri, 20 Jan 2017 21:06:53 +0000 (22:06 +0100)
client/cmdlfjablotron.c
client/cmdlfnedap.c
client/cmdlfpyramid.c
client/cmdlfviking.c
client/cmdlfvisa2000.c

index 508886d5a86e06aad2f534b48ef7ca3ae4c374c5..95fe2922bf6880c5e3c073b1e18874478718bf30 100644 (file)
@@ -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);
 }
 
index 21d47fb99f41c770fd28a48eb08ac4ff07328de4..eeb0793918d749fd8e6fd3e0ae1c62215440ca40 100644 (file)
@@ -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("");
 }
 /*
index f22267de8007891b5d11de45d71e6bd8edd2e7ce..b6c8ed6a600c9eeba59a0d99e40c958ae1707a10 100644 (file)
@@ -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("");
 }
 
index 4ea3542280267cb74cceb5a6067c86b63564c7cd..36f2a67278435f24bdd4ed538b4ba47bfbdcf34a 100644 (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);
 }
index e432954d98d0c4ea90e7f413082de314da118501..79924c76fe6a950bd28371a9552c5fede47e77a3 100644 (file)
@@ -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);
 }
 
Impressum, Datenschutz