pioarduino/platform-espressif32

ESP32-C2 board not found with this package, any suggestions (FastLED)

Closed this issue · 1 comments

Here's the build badge. I seem to remember that C2 got further along in it's compilation when I was doing a board injection hack. But I improved the CI pipeline to use pio pkg install. And now C2 build is reporting a json parsing error. Could be a misplaced , somewhere.

It's also possible this repo isn't the right place to file this issue, and will close it if it that's the case.

esp32c2

pioarduino is using orig. espressif released code and libs. There is no support for the C2.
For C2 support you can use my personal fork. BUT there are settings different choosen compiling Arduino to achieve a smaller footprint regarding flash and RAM usage.

https://github.com/Jason2866/platform-espressif32