mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
FIX: added @marshmellow42 's fix for #514 (offical repo) lf search hang with no tag on antenna.
This commit is contained in:
parent
14a6c8e879
commit
535c92fee5
3 changed files with 23 additions and 15 deletions
|
@ -36,7 +36,7 @@ uint32_t SampleLF(bool silent, int sample_size);
|
|||
uint32_t SnoopLF();
|
||||
|
||||
// adds sample size to default options
|
||||
uint32_t DoPartialAcquisition(int trigger_threshold, bool silent, int sample_size);
|
||||
uint32_t DoPartialAcquisition(int trigger_threshold, bool silent, int sample_size, uint32_t cancel_after);
|
||||
|
||||
/**
|
||||
* @brief Does sample acquisition, ignoring the config values set in the sample_config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue