Add: hf thinfilm info - support to read and decode Kovio Thinfilm NCT tags
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "mifareutil.h"
|
||||
#include "mifaresim.h"
|
||||
#include "hitag.h"
|
||||
#include "thinfilm.h"
|
||||
|
||||
#define DEBUG 1
|
||||
|
||||
@@ -1278,6 +1279,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||
DetectNACKbug();
|
||||
break;
|
||||
}
|
||||
case CMD_THINFILM_READ: {
|
||||
ReadThinFilm();
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ICLASS
|
||||
|
||||
Reference in New Issue
Block a user