From 043963df91a4f258932110b77d49219ae42e4693 Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Thu, 13 Jan 2022 12:38:29 +0100 Subject: [PATCH] Added reference to mqtt --- src_docs/source/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src_docs/source/index.rst b/src_docs/source/index.rst index c12965e..4226876 100644 --- a/src_docs/source/index.rst +++ b/src_docs/source/index.rst @@ -92,6 +92,10 @@ the following libraries and without these this would have been much more difficu Create the gravity formula. +* https://github.com/256dpi/arduino-mqtt + + Library for sending data to mqtt based on lightweight mqtt implemenentation. + * https://graphjs.com/ Render the graphs in the UI.