From 54b72dcf642012009a108d35e8152473f19925c2 Mon Sep 17 00:00:00 2001 From: Marcus Priesch Date: Thu, 5 Oct 2017 16:57:01 +0200 Subject: [PATCH] update --- examples/osd/ota-update/README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/osd/ota-update/README.rst b/examples/osd/ota-update/README.rst index 0697b7a65..0e1d5cacc 100644 --- a/examples/osd/ota-update/README.rst +++ b/examples/osd/ota-update/README.rst @@ -106,9 +106,13 @@ that are not kept in the directory: How to use in your own code =========================== -- add app "ota-update" to the Makefile -- add #include "ota-update.h" -- add OTA_ACTIVATE_RESOURCES() to your code to activate the resources +- add app ``ota-update`` (and possibly ``json`` and ``json-resource``) + to your Makefile +- 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 ========