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

Error Compiling for board ESP 32 Dev module #68

Open
Nayyyar opened this issue Oct 26, 2021 · 2 comments
Open

Error Compiling for board ESP 32 Dev module #68

Nayyyar opened this issue Oct 26, 2021 · 2 comments

Comments

@Nayyyar
Copy link

Nayyyar commented Oct 26, 2021

I am trying the "VGAHelloWorld " example from Bitluni esp32Lib.

I have been facing this issue

error: invalid conversion from 'int' to 'timer_alarm_t' [-fpermissive]
config.alarm_en = 1;
error: invalid conversion from 'int' to 'timer_autoreload_t' [-fpermissive]
config.auto_reload = 1;
^
Kindly let me know how to solve this.

@Kaleidio
Copy link

Kaleidio commented Nov 9, 2021

Fix proposed in pull request #69

@Kaleidio
Copy link

Kaleidio commented Nov 9, 2021

Testing completed, this is definitely the fix you want. You can do it yourself by navigating to AudioOutput.h in the library's folder, and editing those two lines shown in my commit.

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