test

Dependencies:   BLE_API mbed nRF51822

Revision:
3:f71a35d85001
Parent:
2:7ba2833a6b44
Child:
5:63d48ab9ffc1
--- a/main.cpp	Thu Sep 08 14:52:56 2016 +0200
+++ b/main.cpp	Fri Sep 09 10:30:47 2016 +0200
@@ -24,7 +24,7 @@
 BLE& ble = BLE::Instance(BLE::DEFAULT_INSTANCE);
 
 /* Optional: Device Name, add for human read-ability */
-const static char     DEVICE_NAME[] = "ChangeMe!!";
+const static char     DEVICE_NAME[] = "BLE_BEACON";
 
 /* You have up to 26 bytes of advertising data to use. */
 uint8_t AdvData[] = {0x01,0x02,0x00,0x04,0x12};   /* Example of hex data */