We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdca672 commit 80b2a6fCopy full SHA for 80b2a6f
libraries/BLE/examples/Notify/Notify.ino
@@ -36,8 +36,8 @@ uint32_t value = 0;
36
// See the following for generating UUIDs:
37
// https://www.uuidgenerator.net/
38
39
-#define SERVICE_UUID "0000ff00-0000-1000-8000-00805f9b34fb"
40
-#define CHARACTERISTIC_UUID "0000ff01-0000-1000-8000-00805f9b34fb"
+#define SERVICE_UUID "4fafc201-1fb5-459e-8fcc-c5c9c331914b"
+#define CHARACTERISTIC_UUID "beb5483e-36e1-4688-b7f5-ea07361b26a8"
41
42
class MyServerCallbacks : public BLEServerCallbacks {
43
void onConnect(BLEServer *pServer) {
0 commit comments