removed useless macro
parent
02d20128e1
commit
744d30ef76
|
@ -1,6 +1,3 @@
|
||||||
// whether to enable or diable shell color support
|
|
||||||
#define color true
|
|
||||||
|
|
||||||
const int pinCount = 13;
|
const int pinCount = 13;
|
||||||
String color_null ="\033[0m";
|
String color_null ="\033[0m";
|
||||||
String color_red ="\033[0;31m";
|
String color_red ="\033[0;31m";
|
||||||
|
|
Loading…
Reference in New Issue