Skip to content

Commit

Permalink
rainbow: no log spam by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sgadrat committed Jan 31, 2024
1 parent af72b6f commit e84e9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boards/rainbow_esp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ typedef SSIZE_T ssize_t;
#endif

#ifndef RAINBOW_DEBUG_ESP
#define RAINBOW_DEBUG_ESP 2
#define RAINBOW_DEBUG_ESP 0
#endif

#if RAINBOW_DEBUG_ESP >= 1
Expand Down

0 comments on commit e84e9e7

Please sign in to comment.