wled-install / wled-install.github.io

WLED Installation service
23 stars 2 forks source link

Add MoonModules binaries for other ESP32 variants #4

Closed jamesmyatt closed 1 month ago

jamesmyatt commented 5 months ago

There are now ESP32-c3, -s2, -s3 variants of the MM firmware. Can you add them here, please?

wled-install commented 5 months ago

I've added some -c3, -s2, -s3 variants. The issue is, however, that there are lots of different -c3, -s2, -s3 boards that require their special settings during compile. That means the files I va ecompiled might not fit to your board.

if you want easy and working wled, use standart ESP32. If you want -c3, -s2, -s3, consider to install VSC and compile yourself. Or use https://wled-compile.github.io/ to compile on github (using moonmodules repo or clone it, make changes and use it)

jamesmyatt commented 4 months ago

Thanks. I hadn't seen https://wled-compile.github.io/ .