Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Revision 156:cc021c5ba5b8, committed 2014-11-28
- Comitter:
- rgrover1
- Date:
- Fri Nov 28 14:11:20 2014 +0000
- Parent:
- 155:a3fafce0bc0b
- Child:
- 157:8bd620881bc9
- Commit message:
- Synchronized with git rev 4eb69306
Author: Rohit Grover
remove un-necessary comment.
Changed in this revision
| services/URIBeacon2Service.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/services/URIBeacon2Service.h Fri Nov 28 14:11:20 2014 +0000
+++ b/services/URIBeacon2Service.h Fri Nov 28 14:11:20 2014 +0000
@@ -21,7 +21,6 @@
class URIBeacon2Service {
public:
- // ee0c2080-8786-40ba-ab96-99b91ac981d8
URIBeacon2Service(BLEDevice &ble_, const char *urldata, uint8_t flags = 0, uint8_t power = 0) : ble(ble_), payloadIndex(0), serviceDataPayload() {
const uint8_t BEACON_UUID[] = {0xD8, 0xFE};
