Skip to content

Commit

Permalink
turn off debug-output
Browse files Browse the repository at this point in the history
  • Loading branch information
orgua committed Mar 20, 2016
1 parent 38b22ad commit d05c4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneWireHub.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#endif
#include "platform.h" // code for compatibility

#define USE_SERIAL_DEBUG 1 // give debug messages when printError() is called
#define USE_SERIAL_DEBUG 0 // give debug messages when printError() is called
// INFO: had to go with a define because some compilers use constexpr as simple const --> massive problems

#define HUB_SLAVE_LIMIT 8 // set the limit of the hub HERE
Expand Down

0 comments on commit d05c4cd

Please sign in to comment.