not verbose

This commit is contained in:
iceman1001
2020-01-09 20:02:01 +01:00
parent 52aa2c77bc
commit 3e7f687e48
19 changed files with 25 additions and 23 deletions

View File

@@ -135,7 +135,7 @@ static int CmdGallagherDemod(const char *Cmd) {
}
static int CmdGallagherRead(const char *Cmd) {
lf_read(true, 4096 * 2 + 20);
lf_read(false, 4096 * 2 + 20);
return CmdGallagherDemod(Cmd);
}