From 4e5515b92cd4a3cd39311ff64f0d3ae5a841c686 Mon Sep 17 00:00:00 2001 From: krzychb Date: Sun, 8 Nov 2015 20:02:08 +0100 Subject: [PATCH] Links addedd --- doc/ota_updates/ota_updates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ota_updates/ota_updates.md b/doc/ota_updates/ota_updates.md index d702ae5df..426a97838 100644 --- a/doc/ota_updates/ota_updates.md +++ b/doc/ota_updates/ota_updates.md @@ -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.