From edc002dec9307c1fdf8060eaf0a20a109bbf205a Mon Sep 17 00:00:00 2001 From: sh123 Date: Thu, 8 Dec 2022 14:43:31 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 884c421..e67704c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Modules, which are used by users and known to work # Dependencies Install via libraries: - Arduino ESP32 library: https://github.com/espressif/arduino-esp32 + - Use latest 2.0.5+ version, if board manager does not list it then update "Additional boards manager URL" to https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - RadioLib library: https://github.com/jgromes/RadioLib - Arduino Timer library: https://github.com/contrem/arduino-timer - CircularBuffer library: https://github.com/rlogiacco/CircularBuffer