Add macro to enable debugging

This commit is contained in:
DevilBinder 2022-06-23 20:36:35 +02:00
parent 28d2ce9755
commit a0e65ffeff

View File

@ -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)