add support for mfrc proxyies
This commit is contained in:
parent
36cc688479
commit
58fe96f8b7
10
defines.h
Normal file
10
defines.h
Normal 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;
|
Loading…
Reference in a new issue