mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
corrective values
This commit is contained in:
parent
dc4300bafb
commit
940d53098c
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ int CmdLFPCF7931Config(const char *Cmd)
|
|||
if(res == 7) configPcf.init_delay = 17500; //default value
|
||||
|
||||
if(res<=8){
|
||||
configPcf.offset[0] = -10; //default value
|
||||
configPcf.offset[1] = 30; //default value
|
||||
configPcf.offset[0] = 0; //default value
|
||||
configPcf.offset[1] = 0; //default value
|
||||
}
|
||||
|
||||
if(res < 1){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue