white space diffs.

This commit is contained in:
Rohit Grover 2014-12-01 12:47:31 +00:00
parent 9168068e56
commit d3cc9ed912
1 changed files with 5 additions and 1 deletions

View File

@ -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(),