Update for latest nRF51822 code changes.

Dependencies:   BLE_API nRF51822

Fork of Puck by Nordic Pucks

Files at this revision

API Documentation at this revision

Comitter:
sigveseb
Date:
Tue Mar 03 20:52:50 2015 +0000
Parent:
20:29b0143f3af3
Child:
22:7d728fed55ab
Commit message:
Uncomment accidental commenting

Changed in this revision

Puck.h Show annotated file Show diff for this revision Revisions of this file
--- a/Puck.h	Tue Mar 03 20:51:34 2015 +0000
+++ b/Puck.h	Tue Mar 03 20:52:50 2015 +0000
@@ -214,7 +214,7 @@
     ble.accumulateAdvertisingPayload(GapAdvertisingData::BREDR_NOT_SUPPORTED);
     LOG_DEBUG("Accumulate advertising payload: BREDR_NOT_SUPPORTED.\n");
     
-    //ble.accumulateAdvertisingPayload(GapAdvertisingData::MANUFACTURER_SPECIFIC_DATA, beaconPayload, sizeof(beaconPayload));
+    ble.accumulateAdvertisingPayload(GapAdvertisingData::MANUFACTURER_SPECIFIC_DATA, beaconPayload, sizeof(beaconPayload));
     LOG_DEBUG("Accumulate advertising payload: beacon data.\n");
     
     ble.setAdvertisingType(GapAdvertisingParams::ADV_CONNECTABLE_UNDIRECTED);