Using the new Arduino IDE for ESP8266 and found bugs, report them here

Moderator: igrr

User avatar
By samtal
#90429 Using Arduino IDE, I run the ESP8266-01 OTA many times in the past, disabling the password request.
At one time I enabled the password request, (ArduinoOTA.setPassword((const char *)"123"); and since then I am unable to upload OTA although I use the correct passwords ("123"). I can still upload using the serial.
Have tried several Serial and OTA codes, flashed the board, all for no avail.
I have seen several old topics on the same issue, suggesting newer Arduino version, but I use 1.8.13, much newer than the old issues are.
How can I get rid of that blocking pain?
Thx