From b84f63d1dc81cbdf196a4b58064f391396bce595 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier Date: Tue, 25 Oct 2022 15:15:19 +0000 Subject: [PATCH] Cart_Reader.ino: Drop redundant display_Update call. In this codepath, there will be a second call just after displaying the CRC, making this call redundant. For completeness: In the alternate codepath, the next operation does a lot of IO, so it makes sense to refresh the screen before printing the CRC. --- Cart_Reader/Cart_Reader.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino index aa21e2c..e3f9fc9 100644 --- a/Cart_Reader/Cart_Reader.ino +++ b/Cart_Reader/Cart_Reader.ino @@ -629,7 +629,6 @@ boolean compareCRC(char* database, char* crcString, boolean renamerom, int offse } else { // Use precalculated crc print_Msg(F("CRC32... ")); - display_Update(); strcpy(crcStr, crcString); } // Print checksum