FIX: 'lf visa read' - increase samples solves #123

This commit is contained in:
iceman1001 2019-03-09 08:29:37 +01:00
parent 1cf3e1b581
commit 810f92dbab

View file

@ -154,7 +154,7 @@ int CmdVisa2kDemod(const char *Cmd) {
// 64*96*2=12288 samples just in case we just missed the first preamble we can still catch 2 of them
int CmdVisa2kRead(const char *Cmd) {
lf_read(true, 14000);
lf_read(true, 20000);
return CmdVisa2kDemod(Cmd);
}