EUA/ESP32_LogicAnalyzer

Missing config.h

Nannk opened this issue · 2 comments

Nannk commented

It might be my fault as im using lolin c3 mini and platformio core (cli).

EUA commented

Yeah, please use Arduino 1.18.9... It's not compatible with Arduino-IDE, yet...

Edit: ESP32-C3 chips are not supported. Their internal I2S DMA code is different. Can't use the DMA with them.
Might be support by manual ASM...

Nannk commented

Thank you, it makes sense now