From 26d9f7b18499bf90b415580d5314e1cf7148b4d4 Mon Sep 17 00:00:00 2001 From: sh123 Date: Wed, 20 Oct 2021 13:41:47 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 768e21e..59273ec 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ Require LoRa module pinout definitions in `config.h`: # Software Dependencies Install via libraries: - Arduino ESP32 library: https://github.com/espressif/arduino-esp32 - - or RadioLib library (use github master version): https://github.com/jgromes/RadioLib - LoRa arduino library: https://github.com/sandeepmistry/arduino-LoRa + - or RadioLib library (use github master version): https://github.com/jgromes/RadioLib - Arduino Timer library: https://github.com/contrem/arduino-timer - CircularBuffer library: https://github.com/rlogiacco/CircularBuffer