viktak

Results 36 comments of viktak

Awesome, thanks for it, @steve-burke , it works like a charm! I don't notice any significant loss in speed. However, the proper solution would be if the component supported it.

I would also like to have this feature implemented... It was sooo easy to use it before Asynwebserver...

@mindsuru For me the version you have [here](https://github.com/ayushsharma82/ElegantOTA/issues/72#issuecomment-1771361711) does not work. It gives the following error, then quits: ``` .... Uploading .pio\build\esp32\firmware.bin Start-Request fehlgeschlagen 401 ``` Seems to me that...

Yes, the device is reachable, all other functions of the asyncwebserver and elegantota are all working.

> > @viktak is your device reachable with this ip you‘ve choosen in your platformio.ini file? > > I guess he's using authentication that's why response code was '401' which...

> Okay good to know. I will have a look on it. But unfortunatly i‘m ill right now. It may take a bit. Get well soon, that's the priority!

@mindsuru Yes, it is now working. I just checked the version in the pull request, and at first it failed with a message that there was no username defined, but...

One more request, perhaps it is possible to rename the expected variables from this: ``` upload_url = http://w.x.y.z username = username password = password ``` to this: ``` custom_upload_url =...

I have been using the updated script for a couple of months now on various projects. Here are my observations: 1. Doing an update from the /update page works all...

@EdLeckert: Thank you for your solution! I'm gonna give it a go, although my workaround gives me an identical result. Thanks again!