From b2a4946fea74ddaa7620cfb5da37601e776ad3be Mon Sep 17 00:00:00 2001 From: sh123 Date: Sat, 13 Nov 2021 15:31:05 +0200 Subject: [PATCH] Updated Software dependencies (markdown) --- Software-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software-dependencies.md b/Software-dependencies.md index cc4d902..bbe11b9 100644 --- a/Software-dependencies.md +++ b/Software-dependencies.md @@ -1,7 +1,7 @@ Install via libraries: - Arduino ESP32 library: https://github.com/espressif/arduino-esp32 - LoRa library, RadioLib selection is done by using `USE_RADIOLIB` flag in the sketch: - - RadioLib library (use github master version): https://github.com/jgromes/RadioLib + - RadioLib library (⚠ use github master version): https://github.com/jgromes/RadioLib - or LoRa Arduino library: https://github.com/sandeepmistry/arduino-LoRa - Arduino Timer library: https://github.com/contrem/arduino-timer - CircularBuffer library: https://github.com/rlogiacco/CircularBuffer