mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
t55xx detect/read/write/dump etc will fail if you set lf config to something. Moved the reset / restore of lf config to device side for T55XX readblock. t55xx sniff still obeys lf config since it uses lf sniff beneath.
This commit is contained in:
parent
7ec18a040b
commit
765d2acbb0
5 changed files with 27 additions and 35 deletions
|
@ -96,7 +96,7 @@ void LFSetupFPGAForADC(int divisor, bool reader_field);
|
|||
* @param sc
|
||||
*/
|
||||
void setSamplingConfig(sample_config *sc);
|
||||
|
||||
void setDefaultSamplingConfig(void);
|
||||
sample_config *getSamplingConfig(void);
|
||||
|
||||
void printLFConfig(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue