mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
rename hts read/write commands to rdbl/wrbl to match rest of the client. added a lf hitag hts reader comamnd, modified the lf search to identify hitag2/s/82xx in the chipset detection
This commit is contained in:
parent
dd32fceb54
commit
db1b28f327
17 changed files with 394 additions and 164 deletions
|
@ -2585,7 +2585,6 @@ bool ht2_packbits(uint8_t *nrz_samples, size_t nrzs, uint8_t *rx, size_t *rxlen)
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
int ht2_read_uid(uint8_t *uid, bool ledcontrol, bool send_answer, bool keep_field_up) {
|
||||
|
||||
g_logging = false;
|
||||
|
@ -2595,6 +2594,7 @@ int ht2_read_uid(uint8_t *uid, bool ledcontrol, bool send_answer, bool keep_fiel
|
|||
clear_trace();
|
||||
}
|
||||
|
||||
|
||||
// hitag 2 state machine?
|
||||
hitag2_init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue