mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Update the README with webota_delay()
info
This commit is contained in:
parent
c2d726a7df
commit
5402ef1bc7
@ -29,11 +29,13 @@ Listen for update requests at the end of your `loop()` function:
|
|||||||
OTAServer.handleClient();
|
OTAServer.handleClient();
|
||||||
}
|
}
|
||||||
|
|
||||||
**Note:** If you have long `delay()` commands in your `loop()` WebOTA may not be responsive.
|
**Note:** If you have long `delay()` commands in your `loop()` WebOTA may not be responsive. We have provided `webota_delay()` as a drop-in replacement, which is more WebOTA friendly.
|
||||||
|
|
||||||
## Upload a sketch
|
## Upload a sketch
|
||||||
|
|
||||||
Navigate to your ESP32 in a web browser, typical URLs are: http://esp32-ota.local:8080/webota. You will need to create a binary sketch image to upload. This is done in the Arduino IDE by going to the `Sketch` menu and selecting `Export compiled Binary`.
|
You will need to create a binary sketch image to upload. This is done in the Arduino IDE by going to the `Sketch` menu and selecting `Export compiled Binary`.
|
||||||
|
|
||||||
|
Navigate to your ESP32 in a web browser to upload your binary image. Typical URLs are: http://esp32-ota.local:8080/webota.
|
||||||
|
|
||||||
## Based on
|
## Based on
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user