add: ndef parsing to LUA

This commit is contained in:
iceman1001 2019-04-29 14:19:41 +02:00
commit 67e3ac3f54
3 changed files with 50 additions and 5 deletions

View file

@ -29,7 +29,8 @@
#include "cmdhfmfhard.h"
#include "cmdhfmfu.h"
#include "protocols.h"
#include "cmdlft55xx.h" // read t55xx etc
#include "cmdlft55xx.h" // read t55xx etc
#include "mifare/ndef.h" // ndef parsing
#define LUA_LIBRARIES_DIRECTORY "lualibs/"
#define LUA_SCRIPTS_DIRECTORY "scripts/"