From def319add8392d82892386a340f61580e708eca1 Mon Sep 17 00:00:00 2001 From: Sylvain Quendez Date: Fri, 16 Aug 2024 15:44:39 +0200 Subject: [PATCH] Update README.md (#10148) Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> --- libraries/BLE/README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/libraries/BLE/README.md b/libraries/BLE/README.md index 05cc8bf68..04c6c0bd9 100644 --- a/libraries/BLE/README.md +++ b/libraries/BLE/README.md @@ -1,15 +1,8 @@ # ESP32 BLE for Arduino The Arduino IDE provides an excellent library package manager where versions of libraries can be downloaded and installed. This Github project provides the repository for the ESP32 BLE support for Arduino. -The actual source of the project which is being maintained can be found here: +The original source of the project, **which is not maintained anymore**, can be found here: https://github.com/nkolban/esp32-snippets -https://github.com/nkolban/esp32-snippets +Issues and questions should be raised here: https://github.com/espressif/arduino-esp32/issues
(please don't use https://github.com/nkolban/esp32-snippets/issues!) -Issues and questions should be raised here: - -https://github.com/nkolban/esp32-snippets/issues - - -Documentation for using the library can be found here: - -https://github.com/nkolban/esp32-snippets/tree/master/Documentation +Documentation for using the library can be found here: https://github.com/nkolban/esp32-snippets/tree/master/Documentation