Minor bug fix: logging init packet size
This commit is contained in:
parent
74debc5c16
commit
4f320b6f89
|
@ -545,7 +545,7 @@ import no.nordicsemi.android.error.LegacyDfuError;
|
|||
logi("Sending the Initialize DFU Parameters START (Op Code = 2, Value = 0)");
|
||||
writeOpCode(mControlPointCharacteristic, OP_CODE_INIT_DFU_PARAMS_START);
|
||||
|
||||
logi("Sending " + mImageSizeInBytes + " bytes of init packet");
|
||||
logi("Sending " + mInitPacketSizeInBytes + " bytes of init packet");
|
||||
writeInitData(mPacketCharacteristic, null);
|
||||
|
||||
logi("Sending the Initialize DFU Parameters COMPLETE (Op Code = 2, Value = 1)");
|
||||
|
|
Loading…
Reference in New Issue