Aesthetic coding

This commit is contained in:
Sébastien Vallée 2017-12-26 13:51:12 +01:00
parent 87555a1bfc
commit 402fd4771b

View File

@ -4,6 +4,7 @@
void handleTelnet(void);
// ################# Macros for debugging ################
#ifdef DEBUG_TELNET
#define DEBUG_PRINT(x) telnetClient.print(x)
#define DEBUG_PRINTF(x,y) telnetClient.printf(x,y)