ESP-WebOTA icon indicating copy to clipboard operation
ESP-WebOTA copied to clipboard

Simple web based Over-the-Air (OTA) updates for ESP based projects

Results 12 ESP-WebOTA issues
Sort by recently updated
recently updated
newest added

I am using the lib 'ESP-Web OTA' in my project, and when I go to do the firmware update via curl through the linux terminal, I find the following error....

Hello, I was getting a "connection reset by peer" error when uploading the .bin file using curl. I was able to remove it by using --limit-rate 100k. I am adding...

With several ESP32s running WebOTA on the same network, the only way to distinguish them is by IP address. It would be useful to have a way to customise the...

I have worked on this problem all day today. I have tried different IDE configurations, clearing flash, loading via different methods and non of them solved this issue. It was...

Compiling with Arduino application on OSX. Error is obscure so I'm unsure what might be wrong. I'm trying to compile the Primes.ino example. ``` Users/cms/Documents/Arduino/libraries/ESP-WebOTA-master/src/WebOTA.cpp: In member function 'int WebOTA::init(unsigned...

Do interrupts block the update? It looks like they do Could you add `noInterrupts` and `interrupts` to your code or provide some form of callback like the ArduinoOTA.onStart ?

Fix issue https://github.com/scottchiefbaker/ESP-WebOTA/issues/22 using example from https://github.com/espressif/arduino-esp32/blob/master/libraries/ArduinoOTA/examples/BasicOTA/BasicOTA.ino

That's not an issue but a question. I've used your code in several projects and would like to use it also on a new one I've borrowed around ( an...

Get the following error when compiling examples or my own code (which compiled fine last year): ``` /Users/darylrm/Documents/Arduino/sketch_jul18b/sketch_jul18b.ino: In function 'void loop()': /Users/darylrm/Documents/Arduino/sketch_jul18b/sketch_jul18b.ino:36:5: error: 'webota' was not declared in this...

Not really and issue but an enhancement request: Would it be possible to add some sort of identifier on the web page, so when the WebOTA web page is up,...