Update audio_reactive.h - fix compile error
This commit is contained in:
@@ -2256,7 +2256,7 @@ class AudioReactive : public Usermod {
|
|||||||
void onUpdateBegin(bool init)
|
void onUpdateBegin(bool init)
|
||||||
{
|
{
|
||||||
#ifdef WLED_DEBUG
|
#ifdef WLED_DEBUG
|
||||||
fftTime = sampleTime filterTime = 0;
|
fftTime = sampleTime = filterTime = 0;
|
||||||
#endif
|
#endif
|
||||||
// gracefully suspend FFT task (if running)
|
// gracefully suspend FFT task (if running)
|
||||||
disableSoundProcessing = true;
|
disableSoundProcessing = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user