mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Update the docs to reflect ESP because we support both
This commit is contained in:
parent
c7b98ad102
commit
f13661cb21
@ -1,6 +1,6 @@
|
||||
# ESP WebOTA
|
||||
|
||||
Easily add web based [OTA](https://en.wikipedia.org/wiki/Over-the-air_programming) updates to your ESP32 projects.
|
||||
Easily add web based [OTA](https://en.wikipedia.org/wiki/Over-the-air_programming) updates to your ESP32/ESP8266 projects.
|
||||
|
||||
## Installation
|
||||
|
||||
@ -36,7 +36,7 @@ Listen for update requests at the end of your `loop()` function:
|
||||
|
||||
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.
|
||||
Navigate to your ESP in a web browser to upload your binary image. Typical URLs are: http://esp-ota.local:8080/webota.
|
||||
|
||||
## Based on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user