summaryrefslogtreecommitdiff
path: root/examples/BLE_uart
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BLE_uart')
-rw-r--r--examples/BLE_uart/BLE_uart.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BLE_uart/BLE_uart.ino b/examples/BLE_uart/BLE_uart.ino
index 444ba6b..a8ab2d7 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/BLETests/SampleNotify.cpp
+ Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleNotify.cpp
Ported to Arduino ESP32 by Evandro Copercini
Create a BLE server that, once we receive a connection, will send periodic notifications.