Merge pull request #52 from Devilbinder/dependency

Add missing MQTT dependency
This commit is contained in:
Timm Bogner 2022-07-07 17:59:08 -05:00 committed by GitHub
commit 8dd4dfec72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.