mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
not verbose
This commit is contained in:
parent
52aa2c77bc
commit
3e7f687e48
19 changed files with 25 additions and 23 deletions
|
@ -100,7 +100,7 @@ static int CmdPrescoDemod(const char *Cmd) {
|
|||
//see ASKDemod for what args are accepted
|
||||
static int CmdPrescoRead(const char *Cmd) {
|
||||
// Presco Number: 123456789 --> Sitecode 30 | usercode 8665
|
||||
lf_read(true, 12000);
|
||||
lf_read(false, 12000);
|
||||
return CmdPrescoDemod(Cmd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue