You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/ota_updates/ota_updates.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ title: OTA Update
13
13
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.
14
14
15
15
OTA may be done from:
16
-
- Arduino IDE
17
-
- HTTP server
16
+
-[Arduino IDE](#arduino-ide)
17
+
-[HTTP server](#http-server)
18
18
19
19
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.
0 commit comments