mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
change t55xx detect to unset lf config decimation to 1 if its value wasnt 1. Thanks to @mwalker33
This commit is contained in:
parent
9787cf8d29
commit
bc5d7084c3
2 changed files with 34 additions and 3 deletions
|
@ -45,9 +45,7 @@ void printLFConfig(void) {
|
|||
Dbprintf(" [a] averaging........... %s", (config.averaging) ? "yes" : "no");
|
||||
Dbprintf(" [t] trigger threshold... %d", config.trigger_threshold);
|
||||
Dbprintf(" [s] samples to skip..... %d ", config.samples_to_skip);
|
||||
|
||||
DbpString(_CYAN_("LF Sampling Stack"));
|
||||
print_stack_usage();
|
||||
DbpString("");
|
||||
}
|
||||
|
||||
void printSamples(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue