mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Make demodulation threshold for Legic configurable
This adds a new parameter to the "hw sethfthresh" command.
This commit is contained in:
parent
dbfd8b7a6d
commit
43b257ddb4
4 changed files with 18 additions and 9 deletions
|
@ -26,6 +26,7 @@ void LegicRfInfo(void);
|
|||
int LegicRfReaderEx(uint16_t offset, uint16_t len, uint8_t iv);
|
||||
void LegicRfReader(uint16_t offset, uint16_t len, uint8_t iv);
|
||||
void LegicRfWriter(uint16_t offset, uint16_t len, uint8_t iv, const uint8_t *data);
|
||||
void LegicRfSetThreshold(uint32_t threshold);
|
||||
|
||||
legic_card_select_t *getLegicCardInfo(void);
|
||||
#endif /* __LEGICRF_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue