Release 0.2.16
============== All changes in this release apply to the URIBeaconConfig service. Enhancements ~~~~~~~~~~~~ * Pull out the advertisement switch from the 'service' class. This is now under application control. * Check for persistence magic now happens outside the URIBeaconConfig service. Bugfixes ~~~~~~~~ * isLocked was getting initialized in the constructor too soon. Compatibility ~~~~~~~~~~~~~ This release is API compatible with 0.2.4.
This commit is contained in:
parent
4f221e8ac9
commit
433f558c64
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class URIBeaconConfigService {
|
|||
URIBeaconConfigService::PowerLevels_t &advPowerLevels = params.advPowerLevels;
|
||||
uint8_t flags = params.flags;
|
||||
|
||||
extern void saveURIBeaconConfigParams(Params_t *paramsP); /* forward declaration; necessary to avoid a circular dependency. */
|
||||
extern void saveURIBeaconConfigParams(const Params_t *paramsP); /* forward declaration; necessary to avoid a circular dependency. */
|
||||
saveURIBeaconConfigParams(¶ms);
|
||||
|
||||
ble.clearAdvertisingPayload();
|
||||
|
|
Loading…
Reference in a new issue