Skip to content

Commit

Permalink
DEBUG_BUILD OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Crescent committed Feb 19, 2024
1 parent c386c3e commit 4e70071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JJYReceiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#include <Arduino.h>
#include <stdint.h>

#define DEBUG_BUILD
#define DEBUG_ESP32
//#define DEBUG_BUILD
//#define DEBUG_ESP32

#ifdef DEBUG_BUILD
# define DEBUG_PRINT(...) Serial.print(__VA_ARGS__);
Expand Down

0 comments on commit 4e70071

Please sign in to comment.