Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation problem, SOS_IIR_Filter #26

Open
elbozzal opened this issue Aug 16, 2024 · 2 comments
Open

Compilation problem, SOS_IIR_Filter #26

elbozzal opened this issue Aug 16, 2024 · 2 comments

Comments

@elbozzal
Copy link

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

@Lefuneste83
Copy link

Same issue on ESP32-C6 using latest Arduino IDE with ESP32 extensions

@BertHav
Copy link

BertHav commented Oct 17, 2024

Same problem here. Solved by installing a toolchain dated about 2019 f.i. 1.0.5 espressif ESP32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants