Skip to content

Commit

Permalink
removed debugs #62
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Oct 26, 2017
1 parent a888d4b commit 16b664e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ inline void SignalDetectorClass::doDetect()

// processMessage was not able to find anything useful in our buffer. As the pulses are not valid, we reset and start new buffering. Also a check if pattern has opposit sign is done here again to prevent failuer adding after a move
if (success == false || (messageLen > 0 && last != NULL && (*first ^ *last) > 0)) {
MSG_PRINT(" nv reset");
//MSG_PRINT(" nv reset");

reset();
valid = true;
Expand Down
2 changes: 1 addition & 1 deletion src/_micro-api/libraries/signalDecoder/src/signalDecoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#endif

#define CMP_CC1101
#define DEBUG 1
#define DEBUG 0

#include "output.h"
#include "bitstore.h"
Expand Down

0 comments on commit 16b664e

Please sign in to comment.