Turn off debug, add note about adding flashing lights when battery level is low
This commit is contained in:
parent
5a2e8522f2
commit
f8c90dddd8
|
@ -8,7 +8,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Various defines / pins / etc
|
// Various defines / pins / etc
|
||||||
#define DEBUG true
|
#define DEBUG false
|
||||||
#define BUTTON_CAP_TOGGLE 9
|
#define BUTTON_CAP_TOGGLE 9
|
||||||
#define POT_BRIGHT_PIN A0
|
#define POT_BRIGHT_PIN A0
|
||||||
#define POT_COLOR_PIN A1
|
#define POT_COLOR_PIN A1
|
||||||
|
|
Reference in a new issue