master
Marcus Priesch 2017-10-05 16:57:01 +02:00
parent 8c82ce0722
commit 54b72dcf64
1 changed files with 7 additions and 3 deletions

View File

@ -106,9 +106,13 @@ that are not kept in the directory:
How to use in your own code How to use in your own code
=========================== ===========================
- add app "ota-update" to the Makefile - add app ``ota-update`` (and possibly ``json`` and ``json-resource``)
- add #include "ota-update.h" to your Makefile
- add OTA_ACTIVATE_RESOURCES() to your code to activate the resources - add ``#include "ota-update.h"`` to your source file
- add ``OTA_ACTIVATE_RESOURCES();`` to your code to activate the
resources
All above described resources are prefixed with ``ota/``.
Security Security
======== ========