mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
wip
This commit is contained in:
@ -365,7 +365,6 @@ int verifyChecksumFromFlash(char *mess, char *clientChecksum, char *fname,
|
|||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
const int readUnitSize = 128;
|
const int readUnitSize = 128;
|
||||||
char buf[readUnitSize]{};
|
|
||||||
int c = fgetc(fp);
|
int c = fgetc(fp);
|
||||||
int oldProgress = 0;
|
int oldProgress = 0;
|
||||||
ssize_t totalBytesRead = 1;
|
ssize_t totalBytesRead = 1;
|
||||||
|
Reference in New Issue
Block a user