You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
# ESP32 BLE for Arduino (This repository is kept for archive. BLE code is now included in Arduino directly.)
1
+
# ESP32 BLE for Arduino
2
+
3
+
This repository is deprecated. The BLE code is now part of the ESP32 Arduino core, making it automatically available to any Arduino ESP32 project without the need for manual import. For more information, see [ESP32 Arduino BLE Library](https://github.com/espressif/arduino-esp32/tree/master/libraries/BLE).
4
+
----------------
5
+
2
6
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.
3
7
4
8
The actual source of the project which is being maintained can be found here:
0 commit comments