Skip to content

Commit 898d280

Browse files
evanroodeigrr
authored andcommitted
Update readme.md (#2809)
fixed some typos/style/grammar
1 parent 93413ef commit 898d280

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/ota_updates/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ title: OTA Update
3030

3131
## Introduction
3232

33-
OTA (Over the Air) update is the process of loading the firmware to ESP module using Wi-Fi connection rather that a serial port. Such functionality became extremely useful in case of limited or no physical access to the module.
33+
OTA (Over the Air) update is the process of loading the firmware to ESP module using Wi-Fi connection rather than a serial port. Such functionality became extremely useful in case of limited or no physical access to the module.
3434

3535
OTA may be done using:
3636

3737
* [Arduino IDE](#arduino-ide)
3838
* [Web Browser](#web-browser)
3939
* [HTTP Server](#http-server)
4040

41-
Arduino IDE option is intended primarily for software development phase. The two other options would be more useful after deployment, to provide module with application updates manually with a web browser or automatically using a http server.
41+
Arduino IDE option is intended primarily for software development phase. The two other options would be more useful after deployment, to provide module with application updates manually with a web browser, or automatically using a http server.
4242

43-
In any case first firmware upload have to be done over a serial port. If OTA routines are correctly implemented in a sketch, then all subsequent uploads may be done over the air.
43+
In any case, the first firmware upload has to be done over a serial port. If the OTA routines are correctly implemented in a sketch, then all subsequent uploads may be done over the air.
4444

45-
There is no imposed security on OTA process from being hacked. It is up to developer to ensure that updates are allowed only from legitimate / trusted source. Once update is complete, module restarts and new code is executed. Developer should ensure that application running on module is shut down and restarted in a safe manner. Chapters below provide additional information regarding security and safety of OTA process.
45+
There is no imposed security on OTA process from being hacked. It is up to developer to ensure that updates are allowed only from legitimate / trusted sources. Once the update is complete, the module restarts, and the new code is executed. The developer should ensure that the application running on the module is shut down and restarted in a safe manner. Chapters below provide additional information regarding security and safety of OTA process.
4646

4747

4848
### Security

0 commit comments

Comments
 (0)