We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940374f commit 03673b4Copy full SHA for 03673b4
libraries/CurieBle/examples/LED/LED.ino
@@ -24,7 +24,7 @@ BlePeripheral blePeripheral;
24
BleService ledService("19B10000-E8F2-537E-4F6C-D104768A1214");
25
26
/* BLE Switch Characteristic - custom 128-bit UUID, read and writable by central */
27
-BleUnsignedCharCharacteristic switchCharacteristic("19B10000E8F2537E4F6CD104768A1214", BleRead | BleWrite);
+BleUnsignedCharCharacteristic switchCharacteristic("19B10001-E8F2-537E-4F6C-D104768A1214", BleRead | BleWrite);
28
29
const int ledPin = 13; // pin to use for the LED
30
0 commit comments