Conflict while using Task Scheduler: reference to 'Task' is ambiguous #30
-
I am using the task scheduler library together with audiotools. I am getting the error "reference to 'Task' is ambiguous", is that a conflict? |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jun 6, 2025
Replies: 1 comment
-
I suggest that you just comment out the USE_CONCURRENCY in the AudioToolsConfig.h ps. This is by no means related to arduino-libhelix library, so this is the wrong place for this discussion! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest that you just comment out the USE_CONCURRENCY in the AudioToolsConfig.h
Alternatively you can use the Task provided by the AudioTools
ps. This is by no means related to arduino-libhelix library, so this is the wrong place for this discussion!