Skip to content

Commit 82ba46a

Browse files
authored
Merge pull request nkolban#3 from ciotlosm/master
Fixed some URL example paths and the default 'include'
2 parents 1c7e869 + 8f0bd3e commit 82ba46a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/BLE_notify/BLE_notify.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Video: https://www.youtube.com/watch?v=oCMOYS71NIU
3-
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleNotify.cpp
3+
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleNotify.cpp
44
Ported to Arduino ESP32 by Evandro Copercini
55
66
Create a BLE server that, once we receive a connection, will send periodic notifications.

examples/BLE_scan/BLE_scan.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleScan.cpp
2+
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleScan.cpp
33
Ported to Arduino ESP32 by Evandro Copercini
44
*/
55

examples/BLE_server/BLE_server.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleServer.cpp
2+
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleServer.cpp
33
Ported to Arduino ESP32 by Evandro Copercini
44
*/
55

examples/BLE_uart/BLE_uart.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Video: https://www.youtube.com/watch?v=oCMOYS71NIU
3-
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleNotify.cpp
3+
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleNotify.cpp
44
Ported to Arduino ESP32 by Evandro Copercini
55
66
Create a BLE server that, once we receive a connection, will send periodic notifications.

examples/BLE_write/BLE_write.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleWrite.cpp
2+
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleWrite.cpp
33
Ported to Arduino ESP32 by Evandro Copercini
44
*/
55

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=This library provides an implementation Bluetooth Low Energy support f
77
category=Communication
88
url=https://github.com/nkolban/ESP32_BLE_Arduino
99
architectures=esp32
10-
includes=BLE.h, BLEUtils.h, BLEScan.h, BLEAdvertisedDevice.h
10+
includes=BLEDevice.h, BLEUtils.h, BLEScan.h, BLEAdvertisedDevice.h

0 commit comments

Comments
 (0)