diff --git a/usermods/audioreactive/audio_reactive.h b/usermods/audioreactive/audio_reactive.h index c7fd194a..0f50f57f 100644 --- a/usermods/audioreactive/audio_reactive.h +++ b/usermods/audioreactive/audio_reactive.h @@ -2030,7 +2030,7 @@ class AudioReactive : public Usermod { xTaskCreateUniversal( FFTcode, // Function to implement the task "FFT", // Name of the task - 5000, // Stack size in words + 3592, // Stack size in words // 3592 leaves 800-1024 bytes of task stack free NULL, // Task input parameter FFTTASK_PRIORITY, // Priority of the task &FFT_Task // Task handle