CHG: lowered the samples read.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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("");
|
||||
}
|
||||
/*
|
||||
|
||||
@@ -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("");
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user