netmindz

Results 356 comments of netmindz

Could we have a check during the build that catches these incompatible set of build options?

If the build only has websocket support then we shouldn't really need the user to add the ?ws modifier Forgot my ignorance but what does the liveview give that peek...

I am a little confused as while there is a comment at the top `handleDDPPacket` saying "handles RGB data only" There is also code that calls `setRealtimePixel` passing the white...

There isn't a config option as such, the code just looks at the data and calls setRealtimePixel with the data you sent. So if you can try sending RGBW and...

There is clearly something going wrong with more than just white @Fonzi03 given you are getting RGB LEDs lighting up got anything other than their own colour. I am assuming...

As already mentioned, the fact that for pure R G and B on their own is lighting up more than just the related pixel makes me think that this isn't...

Just to be certain this is only an issue with DDP? i.e if you select solid effect in WLED and select red, green blue and white you see correct output?...

Please also supply the wireshark data as requested

Sorry, it wasn't clear the zips contained the wireshark captures I just had a very quick look and there is no filter to allow automatic decode, but just looking at...

I have tested with WLED sending RGB and RGBW from WLED to WLED and that works exactly as expected, including the white channel I have no idea where to start...