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

Allow compilation on ESP-IDF framework #9

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

guillempages
Copy link
Contributor

When trying to use the library on the ESP IDF framework, an error is thrown because of the formatting of some successive for loops.

Moving those into separate lines solves the issue and allows ESP IDF to compile.

This was mentioned on #1, but the issue was closed because of a side discussion.

When trying to use the library on the ESP IDF framework, an error is thrown because of the formatting of some successive for loops.

Moving those into separate lines solves the issue and allows ESP IDF to compile.
@kikuchan kikuchan merged commit 81eb04d into kikuchan:master Apr 19, 2024
@guillempages
Copy link
Contributor Author

@kikuchan Thanks a lot for merging this so fast!

Could you please create a new release and upload it to platformio, so that it can also be used on platformio-dependent projects?

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants