ESP32_FFT_Audio_LEDs/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
..
Arduino/microphone_esp8266_fft Fix buffer overflow bug in peak array 2019-07-11 10:06:17 +02:00
platformio.ini initial commit 2019-03-04 16:43:40 -05:00