Update Cart_Reader.ino

This commit is contained in:
sanni 2022-10-09 11:38:25 +02:00
parent be9e384783
commit 26d025e82f

View File

@ -655,6 +655,7 @@ boolean compareCRC(char* database, char* crcString, boolean renamerom, int offse
// Rename file to no-intro
sd.chdir(folder);
delay(100);
if (myFile.open(fileName, O_READ)) {
myFile.rename(gamename);
// Close the file: