Skip to content

Commit

Permalink
Smaller ESP-DSP code include
Browse files Browse the repository at this point in the history
  • Loading branch information
troyhacks committed Nov 26, 2024
1 parent fcc42bc commit 2328a66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion usermods/audioreactive/audio_reactive.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
#include "wled.h"
#ifdef UM_AUDIOREACTIVE_USE_ESPDSP_FFT
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 4, 0)
#include "esp_dsp.h"
// #include "esp_dsp.h"
#include "dsps_biquad.h"
#include "dsps_fft4r.h"
#include "dsps_wind_blackman_harris.h"
#endif
#endif
#ifdef ARDUINO_ARCH_ESP32
Expand Down

0 comments on commit 2328a66

Please sign in to comment.