mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Update Cart_Reader.ino
This commit is contained in:
parent
928d82be86
commit
f010f85e6e
@ -461,6 +461,8 @@ boolean compareCRC(char* database, char* crcString) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Use precalculated crc
|
// Use precalculated crc
|
||||||
|
print_Msg(F("CRC32... "));
|
||||||
|
display_Update();
|
||||||
strcpy(crcStr, crcString);
|
strcpy(crcStr, crcString);
|
||||||
}
|
}
|
||||||
// Print checksum
|
// Print checksum
|
||||||
|
Loading…
Reference in New Issue
Block a user