Shelby Merrick

Results 22 comments of Shelby Merrick

Is this is similar to the issue this guy was having? https://www.reddit.com/r/octoprint/comments/bf3emm/be_careful_using_the_cancel_objects_plugin/

Have you tried running it from the command line? java -jar ESPSFlashTool.jar.

what does 'which python' return?

Ah, you need to setup a symlink to python3 as the alias won't work from within java. Like ```ln -s /usr/bin/python3 ~/bin/python``` if you have a bin directory in your...

I plan to address this in 4.0

There's an issue we're trying to track down related the webserver library that we're using. Did this occur during web interaction or while just running / processing data?

From the stack traces, there seems to be something occurring inside LWIP. Can you give this version a try? It's compiled with LWIP2 configured to "High Bandwidth, No Features" -...

@MartinMueller2003 I'm leaving this open for now, as I believe there are still some issues related to LWIP and the ESPAsyncWebserver / ESPAsyncTCP implementation underneath. LWIP 2.1.3 is currently being...

> We've been trying to get to the core of the issue. It started happening during the re-factor from 3.2 to 4.0 and is what has been keeping 4.0 from...

I see where such a feature is useful for WLED as they already have a pretty large set of effects in place, whereas we do not. I could see this...