From 8f0bd3e3e3f2cad9f00013cf9f79f540ff477731 Mon Sep 17 00:00:00 2001 From: Marius Ciotlos Date: Sat, 23 Sep 2017 22:09:22 +0300 Subject: Fixed some URL example paths and the default 'include' that was outdated compared to included examples --- examples/BLE_notify/BLE_notify.ino | 2 +- examples/BLE_scan/BLE_scan.ino | 2 +- examples/BLE_server/BLE_server.ino | 2 +- examples/BLE_uart/BLE_uart.ino | 2 +- examples/BLE_write/BLE_write.ino | 2 +- library.properties | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/BLE_notify/BLE_notify.ino b/examples/BLE_notify/BLE_notify.ino index 44506c2..f2539f7 100644 --- a/examples/BLE_notify/BLE_notify.ino +++ b/examples/BLE_notify/BLE_notify.ino @@ -1,6 +1,6 @@ /* Video: https://www.youtube.com/watch?v=oCMOYS71NIU - Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleNotify.cpp + Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleNotify.cpp Ported to Arduino ESP32 by Evandro Copercini Create a BLE server that, once we receive a connection, will send periodic notifications. diff --git a/examples/BLE_scan/BLE_scan.ino b/examples/BLE_scan/BLE_scan.ino index ef7d892..a884062 100644 --- a/examples/BLE_scan/BLE_scan.ino +++ b/examples/BLE_scan/BLE_scan.ino @@ -1,5 +1,5 @@ /* - Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleScan.cpp + Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleScan.cpp Ported to Arduino ESP32 by Evandro Copercini */ diff --git a/examples/BLE_server/BLE_server.ino b/examples/BLE_server/BLE_server.ino index 45ebf99..c70c935 100644 --- a/examples/BLE_server/BLE_server.ino +++ b/examples/BLE_server/BLE_server.ino @@ -1,5 +1,5 @@ /* - Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleServer.cpp + Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleServer.cpp Ported to Arduino ESP32 by Evandro Copercini */ diff --git a/examples/BLE_uart/BLE_uart.ino b/examples/BLE_uart/BLE_uart.ino index a8ab2d7..444ba6b 100644 --- a/examples/BLE_uart/BLE_uart.ino +++ b/examples/BLE_uart/BLE_uart.ino @@ -1,6 +1,6 @@ /* Video: https://www.youtube.com/watch?v=oCMOYS71NIU - Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleNotify.cpp + Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleNotify.cpp Ported to Arduino ESP32 by Evandro Copercini Create a BLE server that, once we receive a connection, will send periodic notifications. diff --git a/examples/BLE_write/BLE_write.ino b/examples/BLE_write/BLE_write.ino index ed5ebc6..0573669 100644 --- a/examples/BLE_write/BLE_write.ino +++ b/examples/BLE_write/BLE_write.ino @@ -1,5 +1,5 @@ /* - Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleWrite.cpp + Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleWrite.cpp Ported to Arduino ESP32 by Evandro Copercini */ diff --git a/library.properties b/library.properties index b9f5972..afb6d27 100644 --- a/library.properties +++ b/library.properties @@ -7,4 +7,4 @@ paragraph=This library provides an implementation Bluetooth Low Energy support f category=Communication url=https://github.com/nkolban/ESP32_BLE_Arduino architectures=esp32 -includes=BLE.h, BLEUtils.h, BLEScan.h, BLEAdvertisedDevice.h \ No newline at end of file +includes=BLEDevice.h, BLEUtils.h, BLEScan.h, BLEAdvertisedDevice.h \ No newline at end of file -- cgit v1.2.3