mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
Add macro to enable debugging
This commit is contained in:
parent
28d2ce9755
commit
a0e65ffeff
@ -11,6 +11,15 @@
|
||||
|
||||
#include "fdrs_types.h"
|
||||
|
||||
//1 to enable debugging prints. 0 disables the debugging prints
|
||||
#define ENABLE_DEBUG 1
|
||||
|
||||
#if ENABLE_DEBUG == 1
|
||||
#ifndef DEBUG
|
||||
#define DEBUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define USE_LORA
|
||||
|
||||
#if defined(ESP8266)
|
||||
|
Loading…
Reference in New Issue
Block a user