Skip to content

Commit

Permalink
Links addedd
Browse files Browse the repository at this point in the history
  • Loading branch information
krzychb committed Nov 8, 2015
1 parent 795eea0 commit 4e5515b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ota_updates/ota_updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: OTA Update
OTA (Over the Air) update is the process of loading the firmware to ESP module using WiFi connection rather that a serial port. Such functionality became extremely useful in case of limited or no physical access to the module. There is no imposed protection on OTA update process. Such protection should be implemented by developer to ensure that updates are allowed only from legitimate / trusted source.

OTA may be done from:
- Arduino IDE
- HTTP server
- [Arduino IDE](#arduino-ide)
- [HTTP server](#http-server)

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

Expand Down

0 comments on commit 4e5515b

Please sign in to comment.