Errors to be solved in data reading and controller operations.

This commit is contained in:
2021-09-14 17:52:32 +02:00
parent 8c80e9f7c0
commit 868a461acb
14 changed files with 40 additions and 35 deletions

View File

@ -692,9 +692,9 @@ void DeviceHandlerBase::parseReply(const uint8_t* receivedData,
receivedData += foundLen;
if (remainingLength > foundLen) {
remainingLength -= foundLen;
sif::debug<<" DH_base: debug3"<<std::endl;
sif::debug<<"DH_base: debug3"<<std::endl;
} else {
sif::debug<<" DH_base: debug4"<<std::endl;
sif::debug<<"DH_base: debug4"<<std::endl;
return;
}
}