mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Changes to MD5Builder missing from the last commit
This commit is contained in:
@ -72,7 +72,6 @@ bool MD5Builder::addStream(Stream & stream, const size_t maxLen)
|
||||
maxLengthLeft -= numBytesRead;
|
||||
bytesAvailable = stream.available();
|
||||
}
|
||||
printf("ba: %d mll: %d\n", bytesAvailable, maxLengthLeft);
|
||||
free(buf);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user