Skip to content

Commit

Permalink
Merge pull request #900 from deXol/developBLEIntegrityCheck
Browse files Browse the repository at this point in the history
[BLE] Fix loadDataChildNode call for Notes
  • Loading branch information
limpkin authored Aug 12, 2021
2 parents a5f1ae7 + 5125f06 commit 3486d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MPDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ void MPDevice::loadDataChildNode(AsyncJobs *jobs, MPNode *parent, MPNode *parent
//Load next child
if (cnode->getNextChildDataAddress() != MPNode::EmptyAddress)
{
loadDataChildNode(jobs, parent, parentClone, cnode->getNextChildDataAddress(), cbProgress, nbBytesFetched + dataEncSize);
loadDataChildNode(jobs, parent, parentClone, cnode->getNextChildDataAddress(), cbProgress, nbBytesFetched + dataEncSize, addrType);
}
else
{
Expand Down

0 comments on commit 3486d47

Please sign in to comment.