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

Compiler error in the ESP-IDF ver 5.0.1 platform #28

Open
groma-geza opened this issue Mar 14, 2023 · 1 comment
Open

Compiler error in the ESP-IDF ver 5.0.1 platform #28

groma-geza opened this issue Mar 14, 2023 · 1 comment

Comments

@groma-geza
Copy link

I obtained the following error message in the ESP-IDF ver 5.0.1 platform:
MPU.cpp:1879:13: error: either all initializer clauses should be designated or none of them should be

@nopnop2002
Copy link

nopnop2002 commented Jul 14, 2023

From ESP-IDF V5, make is completely obsolete and replaced by cmake.

Therefore, if you build this repository using ESP-IDF V5, you will have to make a number of modifications.

With ESP-IDF V5,try this.
https://github.com/nopnop2002/esp-idf-mpu6050-dmp

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

2 participants