add support for mfrc proxyies
This commit is contained in:
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;
|
Reference in New Issue
Block a user