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

espressif32 2.0.2 + 2.0.3 support #505

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tobozo
Copy link

@tobozo tobozo commented Mar 19, 2022

This PR fixes broken sound support with recent versions of espressif32 (2.0.0, 2.0.1, 2.0.2 and upcoming versions.

Reason: I2S_COMM_FORMAT_I2S and I2S_COMM_FORMAT_I2S_LSB are being deprecated and respectively replaced by I2S_COMM_FORMAT_STAND_I2S and I2S_COMM_FORMAT_STAND_MSB.

Additionnally this disables the deprecation warning message.

This PR fixes sound support on recent versions of espressif32 (2.0.0, 2.0.1, 2.0.2 and upcoming versions.

Reason: `I2S_COMM_FORMAT_I2S` and `I2S_COMM_FORMAT_I2S_LSB` are being deprecated and respectively replaced by `I2S_COMM_FORMAT_STAND_I2S` and `I2S_COMM_FORMAT_STAND_MSB`

Additionnally this disables the deprecation warning message.
Copy link
Owner

@earlephilhower earlephilhower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

@tobozo
Copy link
Author

tobozo commented Mar 20, 2022

I'll push some more changes soon, the naming is wrong and some esp-idf macros can be removed.

@tobozo
Copy link
Author

tobozo commented Mar 20, 2022

unrelated : I've added a patch for the ESP8266 build run failing, it's using C++17 syntax though

@tobozo tobozo changed the title espressif32 2.0.2 (and 2.0.x) support espressif32 2.0.2 + 2.0.3 support May 17, 2022
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