CHG: lowered the samples read.

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

View 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);
}