We are not all skilled

I am sure I am not alone in this request / statement… Although I’m a pretty good engineer, programming in C++ and the corresponding IDEs are out of my area of expertise and for the most part, interest. That is why I am drawn to products like WLED. They provide enough capability that one with my skill level can do really interesting things without the need to programming in C++. So in lies the problem. I would very much like to change the WLED output pin for a number of reasons, the least of which is to be compatible with existing hardware. Although the actual program changes to do so may be minimal, compiling the program is, so it seems, well beyond my abilities. If this simple change, that I know others would enjoy, could be exposed as a configuration option in the native application, it would pretty much give me, and many others, ALL we need to be off to the races. Please consider this request as I am quite stuck here. Thanks for listening.

Hi and thank you for your perspective on that feature :slight_smile:

Configurable pin support is coming in v0.12.0! You will just be able to set the LED type and pin in the settings like any other option. Hopefully it will still be released this year, I can’t guarantee it though!

1 Like

Any update on the ETA for Version 12.0? I understand these things take time and we do appreciate all that you guys have done to give us such a great product.

My guess? Probably March-May timeframe. On github, you can review the 0.12.0 project goals and see what they are currently working on and what’s left to do.

Thanks for the update, we’ll keep following the progress…

So I figured I would just take my time and see if I could compile my own binary with the GPIO changed to D5. I have to say, the compiling instructions in the WIKI were quite good. I installed PlatformIO in a VM as instructed and after a LOT of searching for not only which file to modify (it seems there were two with the same name) and, don’t laugh, but where to find the compiled binary, I did it! downloaded the file into my D1 mini and everything worked. Still think having this be exposed variable in the UI is gonna be nice, but at least I can keep moving and use my custom level shifter boards.

4 Likes