platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
856 stars 571 forks source link

Add I2S pin defs to Lilka (v2) board #1339

Closed and3rson closed 3 months ago

and3rson commented 3 months ago

Apparently, there's no nice way to override I2S pins in ESP32 Arduino framework during runtime. So the best solution is to do this on a board level.

and3rson commented 3 months ago

My bad, turns out I'm totally blind: there are, in fact, methods to do this.

Closing as not needed.