From 44d888ae5552f89cc85216271c8141e91da6abb2 Mon Sep 17 00:00:00 2001 From: Emmanuel Florent Date: Thu, 18 Jul 2019 13:18:34 +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 1e47b7e..2641655 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/"