netmindz
netmindz
> Also, if you have PSRAM (and what new ESP32 doesn't these days?) are you really limited to one panel? You are not limited to single panels. At the moment...
The simple option @robertlipe would just be to use this ready-made bin https://github.com/netmindz/WLED/actions/runs/8056668690/artifacts/1276931005
If you are trying to build from source, you need to run `npm install` To have the right modules installed needed for `inliner`
@robertlipe - I suspect the wrong version of the platform is being used. We have the option to build on V4, which is what I use for the https://github.com/MoonModules/WLED/pull/108
> > The simple option @robertlipe would just be to use this ready-made bin > > > > https://github.com/netmindz/WLED/actions/runs/8056668690/artifacts/1276931005 > > Should I use the following command to flash Adafruit...
> > Not sure about that, I just tend to goto the manual ota page of an existing WLED install and upload the bin > > Which firmware file did...
There is support for hub75 in the latest MoonModules builds, just use V4_S or V4_M builds As for support in AirCookie, @blazoncek said he would be updating the PR to...
Swapping to add the options to the drop-down rather than removing is the smaller problem to solve. As we have discussed, the bigger issue is that of the pin configuration....
I have started the updating of the LED preferences to be built from the BusManager and it's enabled Bus @blazoncek https://github.com/Aircoookie/WLED/pull/4056 If you can take a look at that PR,...
You can see the "clean" version of the PR, without the changes in these two PRs designed to help simplify adding new output types such as this https://github.com/Aircoookie/WLED/pull/4056 and https://github.com/Aircoookie/WLED/pull/4058...