Open moritzderallerechte opened 1 month ago
Hello,
I'm very sorry to have kept you waiting so long.
Do you still have this problem now?
If you didn't update any upstream code, then yes I do still have this problem.
OK, I now use the XIAO ESP32C3 device and indeed found this problem.
I will deal with this issue as soon as possible
Thank you.
When trying to compile a project using this library for a Seeeduino XIAO SAMD21, I get the following errors:
Audio.h:31:2: error: #error "Teensyduino version 1.20 or later is required to compile the Audio library."
#error "Teensyduino version 1.20 or later is required to compile the Audio library."
^~~~~
Audio.h:37:10: fatal error: DMAChannel.h: No such file or directory
#include "DMAChannel.h"
^~~~~~~~~~~~~~
compilation terminated.
exit status 1