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
Hello,
This work looks incredible, but I struggle at compilation time. IDE (Arduino IDE 2.3.2), board ESP32 DEV KIT.
When I compile, sos_iir_filter.h fails with this error.
micro_inmp441.ino.ino:140:1: error: designated initializers cannot be used with a non-aggregate type 'SOS_IIR_Filter'
140 | };
I checked, looks like other had this issue, but could not find the answer anywhere.
For those whom the project work, do you have any clue? Is there a library I miss (only .h no .cpp) or something like that?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
This work looks incredible, but I struggle at compilation time. IDE (Arduino IDE 2.3.2), board ESP32 DEV KIT.
When I compile, sos_iir_filter.h fails with this error.
micro_inmp441.ino.ino:140:1: error: designated initializers cannot be used with a non-aggregate type 'SOS_IIR_Filter'
140 | };
I checked, looks like other had this issue, but could not find the answer anywhere.
For those whom the project work, do you have any clue? Is there a library I miss (only .h no .cpp) or something like that?
Thanks in advance
The text was updated successfully, but these errors were encountered: