You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 =
The text was updated successfully, but these errors were encountered:
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 =
The text was updated successfully, but these errors were encountered: