Skip to content

Commit bc7c562

Browse files
authored
Update OTAWebUpdate.md
1 parent 8c1e419 commit bc7c562

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/OTAWebUpdate/OTAWebUpdate.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,23 @@ Prepare the sketch and configuration for initial upload with a serial port
3232
![login](esp32login.PNG)
3333

3434
> username= admin
35+
3536
> password= admin
3637
3738
**Note**-*If entering “http://ESP32.local” does not work, try replacing “ESP32” with module’s IP address.This workaround is useful in case the host software installed does not work*.
3839

3940
Now click on Login button and browser will display a upload form
4041

4142
![upload](esp32upload.PNG)
43+
4244
For Uploading the New Firmware you need to provide the Binary File of your Code.
4345

4446
Exporting Binary file of the Firmware (Code)
4547
- Open up the Arduino IDE
4648
- Open up the Code, for Exporting up Binary file
4749
- Now go to Sketch > export compiled Binary
4850
![export](exportTobinary.PNG)
51+
4952
- Binary file is exported to the same Directory where your code is present
5053

5154
Once you are comfortable with this procedure go ahead and modify OTAWebUpdater.ino sketch to print some additional messages, compile it, Export new binary file and upload it using web browser to see entered changes on a Serial Monitor

0 commit comments

Comments
 (0)