c18f702840
- 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);
6 lines
96 B
C
6 lines
96 B
C
#ifndef _FIXTURE_H
|
|
#define _FIXTURE_H
|
|
|
|
extern FreefareTag tag;
|
|
|
|
#endif /* _FIXTURE_H */
|