Fix issues for NTAG21x tags
- Change default tag from NTAG_213 to NTAG_UNKNOWN so unknown tags can be detected. ntag_get_info() MUST be called after connect; - Fix reuse function which used to reset all tag info; - Introduce ntag21x error reporting through freefare_error(3);
This commit is contained in:
parent
75f08d3a85
commit
c18f702840
10 changed files with 119 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef _FIXTURE_H
|
||||
#define _FIXTURE_H
|
||||
#define _FIXTURE_H
|
||||
|
||||
extern FreefareTag tag;
|
||||
extern FreefareTag tag;
|
||||
|
||||
#endif /* _FIXTURE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue