add support for mfrc proxyies

This commit is contained in:
2022-03-21 21:21:50 +01:00
parent 36cc688479
commit 58fe96f8b7
14 changed files with 518 additions and 152 deletions

10
defines.h Normal file
View File

@ -0,0 +1,10 @@
#pragma once
static constexpr int COMMAND_BUFFER_SIZE = 64;
static constexpr int SNPRINTF_BUFFER_SIZE = 128;
static constexpr int EPPROM_SIZE = 1024;
static constexpr int EEPROM_RESERVE = 32;
static constexpr int BLOCK = 4;
static constexpr int NFC_PORTS = 8;