ota_basic example, ota-tftp support: Add links to the new OTA wiki page
This commit is contained in:
parent
c8716747bb
commit
d5e50edc0b
3 changed files with 9 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
/* A very simple OTA example
|
||||
*
|
||||
* Binds a TCP socket, reads an image from it and then flashes live.
|
||||
* Binds a TCP socket, reads an image from it over TFTP and then flashes live.
|
||||
*
|
||||
* This lets you flash from the command line via netcat.
|
||||
* For more information about esp-open-rtos OTA see https://github.com/SuperHouse/esp-open-rtos/wiki/OTA-Update-Configuration
|
||||
*
|
||||
* NOT SUITABLE TO PUT ON THE INTERNET OR INTO A PRODUCTION ENVIRONMENT!!!!
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue