Merge branch 'MoonModules:mdev' into downsample4x

This commit is contained in:
Troy
2023-09-15 14:41:17 -04:00
committed by GitHub
2 changed files with 17 additions and 16 deletions

View File

@@ -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