If any of you would have compile error:
src/measure.cpp:480:9: error: 'arduinoFFT' was not declared in this scope
please be aware lib kosme/arduinoFFT is not backward compatible.
Easiest solution is to update platformio.ini file and change:
kosme/arduinoFFT@>=1.5.6
to
kosme/arduinoFFT@=1.5.6
>= replace with =
If any of you would have compile error:
src/measure.cpp:480:9: error: 'arduinoFFT' was not declared in this scopeplease be aware lib kosme/arduinoFFT is not backward compatible.
Easiest solution is to update platformio.ini file and change:
kosme/arduinoFFT@>=1.5.6to
kosme/arduinoFFT@=1.5.6>= replace with =