ESP32_FFT_Audio_LEDs/microphone_esp8266_fft/Arduino/microphone_esp8266_fft
Clemens Kirchgatterer 88b43f9cb3
Fix buffer overflow bug in peak array
The peak array is only 7 bytes long, but there are 8 bytes written to it. This overwrites the variable, that the compiler decides to put afterwards, most likely the sample buffer vReal[]. Maybe this is also the reason why you decided to omit the first sample when iterating through vReal[]?
2019-07-11 10:06:17 +02:00
..
microphone_esp8266_fft.ino Fix buffer overflow bug in peak array 2019-07-11 10:06:17 +02:00