not verbose

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

View file

@ -184,7 +184,7 @@ static int CmdIOProxDemod(const char *Cmd) {
// this read is the "normal" read, which download lf signal and tries to demod here.
static int CmdIOProxRead(const char *Cmd) {
lf_read(true, 12000);
lf_read(false, 12000);
return CmdIOProxDemod(Cmd);
}
static int CmdIOProxSim(const char *Cmd) {