elims
elims
Hi, I just stumbled across this bug as well. It is still persistent in the latest release. However, the bugfix is effective.
I found an other workaround, that should be transparent to the library. Instead of placing an additional digitalread inside of IoTWebConf.cpp I placed `pinMode(BUTTON_PIN, INPUT_PULLUP);` just in front of calling...
> With your proposel the init function is depending of code outside of that function if it works reliable. > > The solution of cdaller is the correct method. Fixing...
Hi @facchinm , thank you for your help. I tried as you suggested and moved to the two files into the sketch folder. But the compiler message stayed the same....
Can this be done on Windows as well? Cygwin maybe? This way certainly works for one-off projects. But do you see a chance of somehow make the advanced sdk functions...
Hi @Polldo, wow, you puzzled all the pieces together I need. Just the other way around. I will have a closer look at your code. Thanks. I'll revisit my project...
Thank you for that explanation. It has become a lot clearer. So ticks represents the pause between pulses and steps how many pulses shall be generated with that particular spacing....
There is a websocket client library in the ESP-IDF. You could try to use that. I see no point why it shouldn't work.
The easiest way is to download the zip file from github (Green CODE button) --> Download ZIP and import that into Arduino IDE. With the next official release the Arduino...
I'm plagued by this bug as well. The work around provided with the HTTP POST did mostly work for me. Interestingly sending the restart scan command to the BLE in...