white space diffs.
This commit is contained in:
parent
19dbb4ecd0
commit
517d7c9e23
1 changed files with 2 additions and 5 deletions
|
@ -66,14 +66,11 @@ class URIBeaconConfigService {
|
|||
uint8_t uriDataLength;
|
||||
UriData_t uriData;
|
||||
uint8_t flags;
|
||||
// Current value of AdvertisedPowerLevels
|
||||
PowerLevels_t advPowerLevels;
|
||||
// Firmware power levels used with setTxPower()
|
||||
uint8_t txPowerMode;
|
||||
PowerLevels_t advPowerLevels; // Current value of AdvertisedPowerLevels
|
||||
uint8_t txPowerMode; // Firmware power levels used with setTxPower()
|
||||
uint16_t beaconPeriod;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param[ref] ble
|
||||
* BLEDevice object for the underlying controller.
|
||||
|
|
Loading…
Reference in a new issue