Add: hf thinfilm info - support to read and decode Kovio Thinfilm NCT tags

This commit is contained in:
iceman1001 2019-08-01 09:39:33 -04:00
commit fbff51c88d
12 changed files with 404 additions and 8 deletions

View file

@ -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