EUA / ESP32_LogicAnalyzer

ESP32 Logic Analyzer
GNU General Public License v3.0
212 stars 28 forks source link

Missing config.h #7

Closed Nannk closed 1 year ago

Nannk commented 1 year ago

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

EUA commented 1 year ago

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 1 year ago

Thank you, it makes sense now