Skip to content

Commit c90248d

Browse files
authored
Minor corrections to ota.rst (#2053)
Hi, Just a typo and a couple of wording corrections.
1 parent a8d1067 commit c90248d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ota.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OTA may be done using:
1212
- `Arduino IDE <#arduino-ide>`__
1313
- `Web Browser <#web-browser>`__
1414
- `HTTP Server <#http-server>`__
15-
- Any other method (ZModen receive over a UART port, etc.) by using the ``Updater`` object in your sketch
15+
- Any other method (ZModem receive over a UART port, etc.) by using the ``Updater`` object in your sketch
1616

1717
The Arduino IDE option is intended primarily for the software development phase. The other two options would be more useful after deployment, to provide the module with application updates either manually with a web browser, or automatically using an HTTP server.
1818

@@ -189,7 +189,7 @@ Uploading modules wirelessly from Arduino IDE is intended for the following typi
189189

190190
To upload wirelessly from the IDE:
191191

192-
1. Build a sketch starts ``WiFi`` and includes the appropriate calls to ``ArduinoOTA`` (see the examples for reference). These include the ``ArduinoOTA.begin()`` call in ``setup()`` and periodically calling ``ArduinoOTA.handle();`` from the ``loop()``
192+
1. Build a sketch that starts ``WiFi`` and includes the appropriate calls to ``ArduinoOTA`` (see the examples for reference). These include the ``ArduinoOTA.begin()`` call in ``setup()`` and periodically calling ``ArduinoOTA.handle();`` from the ``loop()``
193193

194194
2. Upload using standard USB connection the first time.
195195

@@ -212,9 +212,9 @@ Before implementing it in your sketch, it is a good idea to check how it works u
212212

213213
Enter the password and upload should be initiated as usual with the only difference being ``Authenticating...OK`` message visible in the upload log.
214214

215-
You will not be prompted for a reentering the same password next time. Arduino IDE will remember it for you. You will see a prompt for password only after reopening IDE, or if you change it in your sketch, upload the sketch and then try to upload it again.
215+
You will not be prompted for a reentering the same password next time. Arduino IDE will remember it for you. You will see a prompt for password only after reopening the IDE, or if you change it in your sketch, upload the sketch and then try to upload it again.
216216

217-
Please note, it is possible to reveal password entered previously in Arduino IDE, if IDE has not been closed since last upload. This can be done by enabling *Show verbose output during: upload* in *File > Preferences* and attempting to upload the module.
217+
Please note, it is possible to reveal password entered previously in Arduino IDE, if the IDE has not been closed since last upload. This can be done by enabling *Show verbose output during: upload* in *File > Preferences* and attempting to upload the module.
218218

219219

220220

0 commit comments

Comments
 (0)