mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
bc53b3e599
All DIAGS can be switched off by StringFormatter::diagSerial=NULL;
8 lines
127 B
C
8 lines
127 B
C
#ifndef DCCEX_h
|
|
#define DCCEX_h
|
|
#include "DCC.h"
|
|
#include "DIAG.h"
|
|
#include "DCCEXParser.h"
|
|
#include "WifiInterface.h"
|
|
#endif
|