Skip to content

Commit

Permalink
legacy debug flags support
Browse files Browse the repository at this point in the history
enable MIC_LOGGER when SR_DEBUG is define
unless NO_MIC_LOGGER is also defined
  • Loading branch information
softhack007 committed Jul 15, 2022
1 parent 44e878c commit 6e3603f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wled00/audio_reactive.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ static volatile bool disableSoundProcessing = false; // if true, sound proc
#define DEBUGSR_PRINTF(x...)
#endif

// legacy support
#if defined(SR_DEBUG) && !defined(MIC_LOGGER) && !defined(NO_MIC_LOGGER)
#define MIC_LOGGER
#endif

// hackers corner
//#define USE_FILTER_OF_DEATH // experimental: use very strict filters, to make effects move really slow'n'smooth. Currently the result is lagging behind considerably
Expand Down

0 comments on commit 6e3603f

Please sign in to comment.