diff --git a/services/URIBeaconConfigService.h b/services/URIBeaconConfigService.h index bdd8f8a..6f6e9cb 100644 --- a/services/URIBeaconConfigService.h +++ b/services/URIBeaconConfigService.h @@ -338,6 +338,8 @@ private: updateURIDataCharacteristic(); updateFlagsCharacteristic(); updateBeaconPeriodCharacteristic(); + updateTxPowerLevelsCharacteristic(); + updateTxPowerModeCharacteristic(); } void updateLockedStateCharacteristic(void) { @@ -357,7 +359,7 @@ private: } void updateTxPowerModeCharacteristic(void) { - + ble.updateCharacteristicValue(txPowerModeChar.getValueAttribute().getHandle(), reinterpret_cast(&txPowerMode), sizeof(uint8_t)); } void updateTxPowerLevelsCharacteristic(void) {