8000 Update OTAWebUpdate.md · karan6190/arduino-esp32@2ea6303 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ea6303

Browse files
authored
Update OTAWebUpdate.md
1 parent c26f924 commit 2ea6303

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/OTAWebUpdate/OTAWebUpdate.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ OTAWebUpdate is done with a web browser that can be useful in the following typi
99

1010
## Implementation
1111
The sample implementation has been done using:
12-
- example sketch OTAWebUpdate.ino
12+
< 8BC7 span class="pl-v">- example sketch OTAWebUpdater.ino
1313
- NodeMCU 1.0 (ESP-12E Module)
1414
You can use another module also if it meets Flash chip size of the sketch
1515
1-Before you begin, please make sure that you have the following software installed:
1616
- Arduino IDE
1717
- Host software depending on O/S you use:
18-
1- Avahi http://avahi.org/ for Linux
19-
2- Bonjour http://www.apple.com/support/bonjour/ for Windows
20-
3- Mac OSX and iOS - support is already built in / no any extra s/w is required
18+
- Avahi http://avahi.org/ for Linux
19+
- Bonjour http://www.apple.com/support/bonjour/ for Windows
20+
- Mac OSX and iOS - support is already built in / no any extra s/w is required
21+
22+
Prepare the sketch and configuration for initial upload with a serial port
23+
- Start Arduino IDE and load sketch OTAWebUpdater.ino available under File > Examples > OTAWebUpdater.ino
24+
- Update ssid and pass in the sketch so the module can join your Wi-Fi network
25+
- Open File > Preferences, look for “Show verbose output during:” and check out “compilation” option

0 commit comments

Comments
 (0)
0