Skip to content

Commit

Permalink
Merge branch 'receive' of https://github.com/Blue-Crescent/JJYReceiver
Browse files Browse the repository at this point in the history
…into receive
  • Loading branch information
Blue-Crescent committed Feb 19, 2024
2 parents 1fab45d + 9cdebc9 commit 1141952
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 1141952

Please sign in to comment.