Configuration.cpp 273 B

1234567
  1. #include "Configuration.h"
  2. #include "Configuration_var.h"
  3. const uint16_t _nPrinterType PROGMEM=PRINTER_TYPE;
  4. const char _sPrinterName[] PROGMEM=PRINTER_NAME;
  5. const uint16_t _nPrinterMmuType PROGMEM=PRINTER_MMU_TYPE;
  6. const char _sPrinterMmuName[] PROGMEM=PRINTER_MMU_NAME;