Also update comment about total size for Mifare keys storage.

This commit is contained in:
Jean-Michel Picod 2022-11-24 09:40:34 +01:00
parent 5bf0200b02
commit 8da4da6aa5

View file

@ -77,7 +77,7 @@
# define DEFAULT_ICLASS_KEYS_MAX ((DEFAULT_ICLASS_KEYS_LEN - 2) / 8)
#endif
// Reserved space for MIFARE Keys = 8 kb
// Reserved space for MIFARE Keys = 12 kb
#ifndef DEFAULT_MF_KEYS_OFFSET
# define DEFAULT_MF_KEYS_LEN (0x3000)
# define DEFAULT_MF_KEYS_OFFSET (DEFAULT_ICLASS_KEYS_OFFSET - DEFAULT_MF_KEYS_LEN)