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

@ -96,6 +96,8 @@
#endif
// Reserved space for MIFARE Keys = 24 kb
#define MF_KEYS_FILE "dict_mf.bin"
#ifndef DEFAULT_MF_KEYS_OFFSET
# define DEFAULT_MF_KEYS_LEN (0x6000)
# define DEFAULT_MF_KEYS_OFFSET (DEFAULT_ICLASS_KEYS_OFFSET - DEFAULT_MF_KEYS_LEN)