Skip to content

Commit

Permalink
debug turned off for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvangkardas committed Mar 28, 2020
1 parent 216255f commit ca5620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RingEEPROM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Dhaka, Bangladesh- March 2020
#include <EEPROM.h>


#define EEP_DEBUG
//#define EEP_DEBUG
#ifdef EEP_DEBUG
#define debugEep(...) Serial.print(__VA_ARGS__)
#define debugEepln(...) Serial.println(__VA_ARGS__)
Expand Down

0 comments on commit ca5620c

Please sign in to comment.