From 14bfabc7b2d44c8e1664fd72a11aef4c437d4748 Mon Sep 17 00:00:00 2001 From: Binder Tronics <29162669+Devilbinder@users.noreply.github.com> Date: Thu, 7 Jul 2022 19:50:29 +0200 Subject: [PATCH] add missing dependency --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6377cb5..f42a4ef 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ To install FDRS, download the project folder and move it to your Arduino librari This [LoRa library](https://github.com/sandeepmistry/arduino-LoRa) is required only if you are using LoRa. +[MQTT](https://github.com/knolleary/pubsubclient/) required for MQTT Gateways. + + ### [Sensors](https://github.com/timmbogner/Farm-Data-Relay-System/tree/main/FDRS_Sensor) Sensors gather data and send it to a gateway via ESP-NOW or LoRa.