Files
MarklinController/defines.h
2022-03-21 21:22:18 +01:00

11 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;