summaryrefslogtreecommitdiff
path: root/examples/BLE_notify/BLE_notify.ino
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BLE_notify/BLE_notify.ino')
-rw-r--r--examples/BLE_notify/BLE_notify.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BLE_notify/BLE_notify.ino b/examples/BLE_notify/BLE_notify.ino
index f2539f7..44506c2 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/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.