mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
Update lfsampling.c
Set default for samples to skip
This commit is contained in:
parent
cf0d72e172
commit
c7b3620754
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Default LF config is set to:
|
|||
divisor = 95 (125kHz)
|
||||
trigger_threshold = 0
|
||||
*/
|
||||
sample_config config = { 1, 8, 1, 95, 0 } ;
|
||||
sample_config config = { 1, 8, 1, 95, 0, 0 } ;
|
||||
|
||||
void printConfig() {
|
||||
DbpString(_BLUE_("LF Sampling config"));
|
||||
|
|
Loading…
Reference in a new issue