Mifare dictionary uploaded to spiffs using legacy function

This commit is contained in:
Piotr Rzeszut 2024-12-25 21:08:44 +01:00
commit 5af815f271
4 changed files with 53 additions and 64 deletions

View file

@ -38,8 +38,6 @@
#include "spiffs.h" // spiffs
#include "appmain.h" // print_stack_usage
#define MF_KEYS_FILE "dict_mf.bin"
#ifndef HARDNESTED_AUTHENTICATION_TIMEOUT
# define HARDNESTED_AUTHENTICATION_TIMEOUT 848 // card times out 1ms after wrong authentication (according to NXP documentation)
#endif