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 90886c6 commit f681999Copy full SHA for f681999
libraries/CurieBle/examples/CallbackLED/CallbackLED.ino
@@ -26,7 +26,7 @@ BlePeripheral blePeripheral; // create peripheral instance
26
BleService ledService("19B10000-E8F2-537E-4F6C-D104768A1214"); // create service
27
28
// create switch characteristic and allow remote device to read and write
29
-BleCharCharacteristic switchChar("0x2015", BleRead | BleWrite);
+BleCharCharacteristic switchChar("19B10001-E8F2-537E-4F6C-D104768A1214", BleRead | BleWrite);
30
31
void setup() {
32
Serial.begin(9600);
0 commit comments