You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: