StefanL38

Results 28 issues of StefanL38

I looked up the read.me file https://github.com/waspinator/AccelStepper/blob/master/README.md No information about all the different constructors Example codes use standard no parameter constructor poor documentation

Hello Everybody, as far as I have used AccelStepper there are two main ways to use it 1. in a blocking way which means no other code can be executed...

Hello, so far I have only found python-UDP-examples that use localhost or 127.0.0.0.1. What changes have to be made to make it work in my local network (= local WiFi-network.)...

I had a problem that flashs-sizes were adjusted to 470 kB OTA for a binary bigger than 470 kb. Update started but just stopped at 92%. Is there a possability...

Stale

I get a compiler error no matching function for call to 'ElegantOTAClass::begin(AsyncWebServer*)' what is wrong? Is this a problem because I have used the older AsyncElegantOTA? Arduino: 1.8.19 (Windows 10),...

Hello, maybe I got tomatoes on my eyes. I was not able to find a full LuaNode code-reference. I tried some nodeMCU-commands built in LuaLoader. But they resulted in errors...

https://forum.arduino.cc/t/my-loop-function-only-seems-to-work-for-3-minutes-then-stops/963447 so it should be very easy for you to correct this code to make it work

Hi John, I was looking at the example-code in the comment-section of the encoder.h ``` /* USAGE FOR ONE ENCODER: // define the input pins #define pinA 19 #define pinB...