CHG: increase sample amount, since it found too few bits

This commit is contained in:
iceman1001 2017-01-20 22:11:59 +01:00
parent 53484563d7
commit c840385eff

View file

@ -99,7 +99,7 @@ int CmdVisa2kDemod(const char *Cmd) {
int CmdVisa2kRead(const char *Cmd) { int CmdVisa2kRead(const char *Cmd) {
CmdLFRead("s"); CmdLFRead("s");
getSamples("12000",TRUE); getSamples("16000",TRUE);
return CmdVisa2kDemod(Cmd); return CmdVisa2kDemod(Cmd);
} }