Skip to content

Commit 4e5515b

Browse files
committed
Links addedd
1 parent 795eea0 commit 4e5515b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/ota_updates/ota_updates.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ title: OTA Update
1313
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.
1414

1515
OTA may be done from:
16-
- Arduino IDE
17-
- HTTP server
16+
- [Arduino IDE](#arduino-ide)
17+
- [HTTP server](#http-server)
1818

1919
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.
2020

0 commit comments

Comments
 (0)