Disable debug modes
This commit is contained in:
parent
2287203fa1
commit
cc764baf9d
|
@ -9,8 +9,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Various defines / pins / etc
|
// Various defines / pins / etc
|
||||||
#define DEBUG true
|
#define DEBUG false
|
||||||
#define INTERACTIVE_DEBUG true
|
#define INTERACTIVE_DEBUG false
|
||||||
#define USE_SLEEP false
|
#define USE_SLEEP false
|
||||||
#define SLEEP_INTERVAL 1000 // miliseconds
|
#define SLEEP_INTERVAL 1000 // miliseconds
|
||||||
#define ALERT_LEVEL 15 // battery alert level (%)
|
#define ALERT_LEVEL 15 // battery alert level (%)
|
||||||
|
|
Reference in a new issue