From f13661cb21d9243664bd07e18881130b36c795e7 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Sun, 17 Mar 2019 18:04:09 -0700 Subject: [PATCH] Update the docs to reflect ESP because we support both --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2a3cfd..9737224 100644 --- a/README.md +++ b/README.md @@ -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