-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
- Loading branch information
1 parent
41f3e5e
commit def319a
Showing
1 changed file
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <br> (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 |