Update README.md

This commit is contained in:
Timm Bogner 2022-07-19 10:49:25 -05:00 committed by GitHub
parent 1ce8a3eb2b
commit 5adb4a6728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Using an assigned MAC address scheme allows for the whole system to be configure
### Installation
To install FDRS, download the project folder and move it to your Arduino libraries folder. You will then be able to access all of the FDRS sketch files from the examples menu.
You must install the following libraries in order to use all of the features from FDRS:
Install the libraries that you need:
- [ArduinoJson](https://arduinojson.org/) (mandatory)
- [LoRa library](https://github.com/sandeepmistry/arduino-LoRa) by sandeepmistry (required if using LoRa)
- [PubSubClient](https://github.com/knolleary/pubsubclient/) (required for MQTT Gateways)