Skip to content

Commit 03673b4

Browse files
committed
Use dashed UUID in example
1 parent 940374f commit 03673b4

File tree

1 file changed

+1
-1
lines changed
  • libraries/CurieBle/examples/LED

1 file changed

+1
-1
lines changed

libraries/CurieBle/examples/LED/LED.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BlePeripheral blePeripheral;
2424
BleService ledService("19B10000-E8F2-537E-4F6C-D104768A1214");
2525

2626
/* BLE Switch Characteristic - custom 128-bit UUID, read and writable by central */
27-
BleUnsignedCharCharacteristic switchCharacteristic("19B10000E8F2537E4F6CD104768A1214", BleRead | BleWrite);
27+
BleUnsignedCharCharacteristic switchCharacteristic("19B10001-E8F2-537E-4F6C-D104768A1214", BleRead | BleWrite);
2828

2929
const int ledPin = 13; // pin to use for the LED
3030

0 commit comments

Comments
 (0)