white space diffs.
This commit is contained in:
parent
9168068e56
commit
d3cc9ed912
1 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,11 @@ public:
|
|||
* transmitted. A value of zero disables UriBeacon
|
||||
* transmissions.
|
||||
*/
|
||||
URIBeaconConfigService(BLEDevice &bleIn, const char *uriDataIn, uint8_t flagsIn = 0, int8_t effectiveTxPowerIn = 0, uint16_t beaconPeriodIn = 1000) :
|
||||
URIBeaconConfigService(BLEDevice &bleIn,
|
||||
const char *uriDataIn,
|
||||
uint8_t flagsIn = 0,
|
||||
int8_t effectiveTxPowerIn = 0,
|
||||
uint16_t beaconPeriodIn = 1000) :
|
||||
ble(bleIn),
|
||||
payloadIndex(0),
|
||||
serviceDataPayload(),
|
||||
|
|
Loading…
Reference in a new issue