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

'I2S_CLKM_CONF_REG' was not declared in this scope #37

Open
Giak88 opened this issue Aug 4, 2024 · 2 comments
Open

'I2S_CLKM_CONF_REG' was not declared in this scope #37

Giak88 opened this issue Aug 4, 2024 · 2 comments

Comments

@Giak88
Copy link

Giak88 commented Aug 4, 2024

I've installed all necessary library, also the i2s.h file from the 'esp32'.

In the CompositeOutput.h cannot compile due to 'I2S_CLKM_CONF_REG' was not declared in this scope.

I've not touched the code since I want it running as a test.

@kestiq
Copy link

kestiq commented Sep 15, 2024

Had same issue.
Downgrading esp32 in boards manager to 2.0.0 worked for me.

@MrC4ll
Copy link

MrC4ll commented Nov 9, 2024

Arduino IDE boards ESP32 ver 2.0.0 use depreciated declarations that may cause issues although it might still compile. Best course of action would be to read through and modify the declaration of I2S_CLKM_CONF_REG in newer versions.

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