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

ESP32: Fix compilation of I2S in Arduino ESP32 core 1.0.6 #565

Conversation

FedericoBusero
Copy link
Contributor

The last contribution broke compilation on IDF <4.4.0. This is a problem as the library now no longer compiles on ESP32 core 1.0.6, the most stable version.
AudioOutputI2S.cpp & AudioOutputSPDIF.cpp do'n't compile because of unknown mck_io_num, mclk_multiple, bits_per_chan, I2S_MCLK_MULTIPLE_DEFAULT and I2S_BITS_PER_CHAN_DEFAULT.

This PR fixes the compilation problem.

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 help!

@earlephilhower earlephilhower merged commit e24223e into earlephilhower:master Aug 24, 2022
@FedericoBusero FedericoBusero deleted the FedericoBusero-patch-compilation-core106 branch August 30, 2022 19:51
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.

2 participants