Skip to content

Commit 3486d47

Browse files
authored
Merge pull request #900 from deXol/developBLEIntegrityCheck
[BLE] Fix loadDataChildNode call for Notes
2 parents a5f1ae7 + 5125f06 commit 3486d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MPDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ void MPDevice::loadDataChildNode(AsyncJobs *jobs, MPNode *parent, MPNode *parent
15431543
//Load next child
15441544
if (cnode->getNextChildDataAddress() != MPNode::EmptyAddress)
15451545
{
1546-
loadDataChildNode(jobs, parent, parentClone, cnode->getNextChildDataAddress(), cbProgress, nbBytesFetched + dataEncSize);
1546+
loadDataChildNode(jobs, parent, parentClone, cnode->getNextChildDataAddress(), cbProgress, nbBytesFetched + dataEncSize, addrType);
15471547
}
15481548
else
15491549
{

0 commit comments

Comments
 (0)