Toby

Results 9 comments of Toby

> I also put my devices onto a separate (non-internet-connected) network, so I'm interested in this change. My javascript skills are not great, so while I've looked at the PR,...

Hi, when using platform.io, there is the option to build and upload the filesystem in the platformio menu (in VS code on the left). ![image](https://user-images.githubusercontent.com/1083336/146038011-a5d8e5c0-c16d-46d3-badd-f466c3957d62.png) For the other problem: at...

I am not that web / js / css expert, but could we possibly change the html files to have the files on the ESP as fallback in case the...

Did you try this? https://github.com/jasoncoon/esp8266-fastled-webserver/pull/209#issuecomment-938374596 Cannot test right now but could maybe check later today... EDIT: Nevermind. the Solution is below. No need to switch to the >= V3 core...

> @dherkes I only get the flickering on the first pixel of each string (reproduced on the one first pixel on F256 and all five first pixels on F1024) when...

That is also something I would like to see. What I did already (should I create a PR for this?) is to make the sectionfields in the webapp "buttons" where...

Isn't that a bit too much for just that purpose? Just wondering if one could just use an enumeration (with incrementing values) where the enumeration entry is the friendly name....

I was following this thread/issue and it got me thinking. ;-) On your test setups, did you drive the LED-stripes with bitbanging? Because I do believe that much of running...

> I used two ESP32s for my sync testing, which use the RMT and DMA hardware to create the pulse train, so no bit-banging involved. They were still noticeably out...