update
This commit is contained in:
parent
8c82ce0722
commit
54b72dcf64
|
@ -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
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in a new issue