mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 13:53:26 -07:00
integrated MIFARE ultralight features, contributed by 'midnitesnake'
This commit is contained in:
parent
05f23c593c
commit
981bd4292e
10 changed files with 690 additions and 89 deletions
|
@ -1604,7 +1604,7 @@ static int GetIso14443aAnswerFromTag(uint8_t *receivedResponse, int maxLen, int
|
|||
|
||||
void ReaderTransmitBitsPar(uint8_t* frame, int bits, uint32_t par, uint32_t *timing)
|
||||
{
|
||||
|
||||
|
||||
CodeIso14443aBitsAsReaderPar(frame,bits,par);
|
||||
|
||||
// Select the card
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue