diff --git a/src/JJYReceiver.h b/src/JJYReceiver.h index 28d9436..c240764 100644 --- a/src/JJYReceiver.h +++ b/src/JJYReceiver.h @@ -29,8 +29,8 @@ #include #include -//#define DEBUG_BUILD -//#define DEBUG_ESP32 +#define DEBUG_BUILD +#define DEBUG_ESP32 #ifdef DEBUG_BUILD # define DEBUG_PRINT(...) Serial.print(__VA_ARGS__);