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.