microbit: Added explicit notify() operation to MicroBitDFUService
This commit is contained in:
parent
ac880878fd
commit
ccd351a4ed
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ void MicroBitDFUService::releaseFlashCode()
|
|||
{
|
||||
flashCode = NRF_FICR->DEVICEID[0];
|
||||
|
||||
ble.updateCharacteristicValue(microBitDFUServiceFlashCodeCharacteristicHandle, (uint8_t *)&flashCode, sizeof(uint32_t));
|
||||
ble.gattServer().notify(microBitDFUServiceFlashCodeCharacteristicHandle,(uint8_t *)&flashCode, sizeof(uint32_t));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue