add a comment header.

This commit is contained in:
Rohit Grover 2014-11-28 10:14:32 +00:00
parent 1ef561977e
commit fdfc899372
1 changed files with 3 additions and 0 deletions

View File

@ -165,6 +165,9 @@ private:
ble.onDataWritten(this, &URIBeacon2Service::onDataWritten);
}
/**
* Setup the advertisement payload and GAP settings.
*/
void configure(void) {
const uint8_t BEACON_UUID[] = {0xD8, 0xFE};