10 lines
		
	
	
	
		
			263 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			263 B
		
	
	
	
		
			C
		
	
	
	
	
	
#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;
 |