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

@ -79,7 +79,7 @@ static int CmdVikingDemod(const char *Cmd) {
//by marshmellow
//see ASKDemod for what args are accepted
static int CmdVikingRead(const char *Cmd) {
lf_read(true, 10000);
lf_read(false, 10000);
return CmdVikingDemod(Cmd);
}