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:
SloCompTech 2018-03-07 20:54:04 +01:00 committed by Romain Tartière
parent 75f08d3a85
commit c18f702840
10 changed files with 119 additions and 20 deletions

View file

@ -1,6 +1,6 @@
#ifndef _FIXTURE_H
#define _FIXTURE_H
#define _FIXTURE_H
extern FreefareTag tag;
extern FreefareTag tag;
#endif /* _FIXTURE_H */