add a comment header.
This commit is contained in:
parent
1ef561977e
commit
fdfc899372
1 changed files with 3 additions and 0 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Reference in a new issue