Devin Dykhoff

Results 6 comments of Devin Dykhoff

I believe the root cause here is that the HTML5 backend, which utilizes the HTML5 Drag and Drop API, offloads the drag preview generation to the browser API. Since in...

The issue @Makuna is referencing is here: https://github.com/FastLED/FastLED/issues/306 The last comment in that thread is a fork of FastLED which allows you to write to the LED pixels in a...

@lance36 Yes, they are WS2811's. I thought I had measured the voltage before but I just did again and it's ~8V at the end of my strip and ~10V where...

@lance36 Yeah I updated my comment to state to use the RX pin, I made the same mistake as well. I made a post [here](https://plus.google.com/112151438121810870052/posts/P9HoXQTn63k) with more details on the...

@lance36 Are you saying that the `RX` (GPIO pin 3) outputs 5V? Because my understanding was that all the GPIO pins output 3.3V, in which case a logic level shifter...

I think you are looking for `staticFileGlobs`, which you'll want to use in conjunction with `mergeStaticsConfig: true`.