removed useless macro

master
BodgeMaster 2021-05-04 02:06:04 +02:00
parent 02d20128e1
commit 744d30ef76
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
// whether to enable or diable shell color support
#define color true
const int pinCount = 13;
String color_null ="\033[0m";
String color_red ="\033[0;31m";