1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00

Links addedd

This commit is contained in:
krzychb
2015-11-08 20:02:08 +01:00
parent 795eea0028
commit 4e5515b92c

View File

@ -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.