From 627fab1c4a77aa4b8090d9cffa2ae87e59130604 Mon Sep 17 00:00:00 2001 From: Emmanuel Florent Date: Thu, 18 Jul 2019 13:16:41 +0200 Subject: [PATCH] config.toml: add ota-lorawan --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.toml b/config.toml index c8fc836..7b6e452 100644 --- a/config.toml +++ b/config.toml @@ -436,6 +436,13 @@ theme = "doc-theme" parent = "tutorials@all" weight = 150 +[[menu.main]] + name = "Lorawan OTA update" + url = "/tutorials/all/ota-lorawan/" + identifier = "tutorials@all@ota-lorawan" + parent = "tutorials@all" + weight = 155 + [[menu.main]] name = "RMT" url = "/tutorials/all/rmt/"