Disabled debugging
This commit is contained in:
parent
0998cb4785
commit
2301c53434
|
@ -11,7 +11,7 @@
|
||||||
#ifndef Project_h
|
#ifndef Project_h
|
||||||
#define Project_h
|
#define Project_h
|
||||||
|
|
||||||
#define DEBUG true // For controlling debug output via serial
|
#define DEBUG false // For controlling debug output via serial
|
||||||
|
|
||||||
// Buttons / Joystick / Input Hardware Pinouts
|
// Buttons / Joystick / Input Hardware Pinouts
|
||||||
#define okButtonPin 22
|
#define okButtonPin 22
|
||||||
|
|
Reference in a new issue