Update audio_reactive.h - fix compile error

This commit is contained in:
Frank
2024-07-01 15:53:20 +02:00
committed by GitHub
parent 2987f0d045
commit 61afb26d21

View File

@@ -2256,7 +2256,7 @@ class AudioReactive : public Usermod {
void onUpdateBegin(bool init)
{
#ifdef WLED_DEBUG
fftTime = sampleTime filterTime = 0;
fftTime = sampleTime = filterTime = 0;
#endif
// gracefully suspend FFT task (if running)
disableSoundProcessing = true;