should still call configureGAP after updating powerLevels.
This commit is contained in:
parent
62e9ce268b
commit
eaa62b877b
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ public:
|
|||
*/
|
||||
void setTxPowerLevels(const int8_t powerLevelsIn[NUM_POWER_MODES]) {
|
||||
memcpy(powerLevels, powerLevelsIn, sizeof(powerLevels));
|
||||
configureGAP();
|
||||
updateTxPowerLevelsCharacteristic();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue